The Chatroom Status Update Callback is a server-side callback service provided by RC. When you enable this feature, the RCl server will send real-time status updates for chatrooms in your app to your application server.
Currently, the following status updates are supported:
- A chatroom is created
- A chatroom is destroyed
- A member joins a chatroom
- A member leaves a chatroom
Chatroom status synchronization is not supported for users who are online on multiple devices simultaneously.
How to enable
Go to the Basic features page in the RC Console, confirm that the correct app name and environment (Development/Production) are selected, and enable the Chatroom status sync service. Enter your webhook URL for the callback and click Set to save.
Tags: status callback, status sync, chatroom created, chatroom destroyed
Related documentation: Receiving Server Callbacks | RC Developer Documentation
If you have any questions, feel free to submit a ticket to us.