put https://chat.pandavideo.live/api/update-chat-status
Updates the status of an existing live chat. This endpoint allows you to activate or deactivate the chat associated with a specific live stream.
Use this endpoint to change the chat’s operational state.
You can set the status to:
"active" → to enable the chat and allow viewer interaction.
"inactive" → to disable the chat and hide it from the live player.
Note
By default, when a chat is created, its status is automatically set to "active".
| Parameter | Type | Description |
|---|---|---|
| live_name | String(UUID) | (Optional) Name of the live event (used only for identification). |
| chat_id | String(UUID) | ID of the chat whose status you want to change (this ID is generated when the chat is created). |
| status | String | The new status for the chat. Accepts: "active" or "inactive". |
