Skip to content

Commit 797e050

Browse files
update the doc with the two new events for realTimeNotification connection status
1 parent cd05802 commit 797e050

File tree

1 file changed

+2
-0
lines changed
  • articles/communication-services/concepts/chat

1 file changed

+2
-0
lines changed

articles/communication-services/concepts/chat/concepts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ Some SDKs (like the JavaScript Chat SDK) support real-time notifications. This f
8383
- `chatThreadPropertiesUpdated` - when chat thread properties are updated; currently, only updating the topic for the thread is supported.
8484
- `participantsAdded` - when a user is added as a chat thread participant.
8585
- `participantsRemoved` - when an existing participant is removed from the chat thread.
86+
- `realTimeNotificationConnected` - when real time notifiation is connected.
87+
- `realTimeNotificationDisconnected` -when real time notifiation is disconnected.
8688

8789
## Push notifications
8890
To send push notifications for messages missed by your users while they were away, Communication Services provides two different ways to integrate:

0 commit comments

Comments
 (0)