Skip to content

Commit 21c6ebd

Browse files
Update title levels on events-web.md
1 parent 8d8bd84 commit 21c6ebd

File tree

1 file changed

+2
-2
lines changed
  • articles/communication-services/how-tos/calling-sdk/includes/events

1 file changed

+2
-2
lines changed

articles/communication-services/how-tos/calling-sdk/includes/events/events-web.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: include
55
ms.date: 05/09/2024
66
ms.author: micahvivion
77
---
8-
# Events on the Azure Communication Calling SDK
8+
## Events on the Azure Communication Calling SDK
99

1010
This guide describes the various events or properties changes your app can subscribe to. Subscribing to those events allows your app to be informed about state change in the calling SDK and react accordingly.
1111

@@ -16,7 +16,7 @@ This guide assumes you went through the QuickStart or that you implemented an ap
1616
Each object in the JavaScript calling SDK has `properties` and `collections`. Their values change throughout the lifetime of the object.
1717
Use the `on()` method to subscribe to objects' events, and use the `off()` method to unsubscribe from objects' events.
1818

19-
## Properties
19+
### Properties
2020
You can subscribe to the `'<property>Changed'` event to listen to value changes on the property.
2121

2222
### Example of subscription on a property

0 commit comments

Comments
 (0)