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
Replace **PARTICIPANT_ID** with a User ID used in the previous step (<NEW_PARTICIPANT_USER_ID>).
354
-
Add this code in place of the `<REMOVE PARTICIPANT FROM THREAD>` comment in **client.js**,
354
+
Add this code in place of the `<REMOVE PARTICIPANT FROM THREAD>` comment in **client.js**.
355
+
356
+
### Subscribe to connection status of real time notifications
357
+
Subscription to events `realTimeNotificationConnected` and `realTimeNotificationDisconnected` allows you to know when the connection to the call server is active.
358
+
359
+
```JavaScript
360
+
// subscribe to realTimeNotificationConnected event
0 commit comments