Enable chatroom custom attribute setting

Instructions

Go to the Basic Features page in the developer console. Confirm your app name and environment (development/production), then click Setting to enable the Chatroom custom attributes service.

To sync all chatroom attribute changes (set, delete, delete all, etc.) to your specified address, enter the Callback URL and click Setting to save.


  • Self-service configuration (Configuration name: Chatroom custom attributes)
  • Free configuration (Free in Development and Production Environment)


Configuration guide

Enable chatroom custom attribute setting

RC lets you set custom attributes (KV) in specific chatrooms. Use this feature in voice live streaming to track mic positions, or in card games like Werewolf to monitor roles and game states.

Once enabled, both client and server can set chatroom custom attributes (KV).

Configure chatroom custom attribute callback

RC syncs all chatroom attribute changes (set, delete, delete all, etc.) to your specified address, helping your app’s business server stay updated. For details, see the server documentation: Chatroom Attribute Synchronization (KV).

Reference resources