You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/calling-sdk/includes/events/events-web.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.topic: include
5
5
ms.date: 05/09/2024
6
6
ms.author: micahvivion
7
7
---
8
-
# Events on the Azure Communication Calling SDK
8
+
##Events on the Azure Communication Calling SDK
9
9
10
10
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.
11
11
@@ -16,7 +16,7 @@ This guide assumes you went through the QuickStart or that you implemented an ap
16
16
Each object in the JavaScript calling SDK has `properties` and `collections`. Their values change throughout the lifetime of the object.
17
17
Use the `on()` method to subscribe to objects' events, and use the `off()` method to unsubscribe from objects' events.
18
18
19
-
## Properties
19
+
###Properties
20
20
You can subscribe to the `'<property>Changed'` event to listen to value changes on the property.
0 commit comments