Blocked Chat Users
This endpoint is responsible for blocking a specific user from a live chat. Once blocked, the user will no longer be able to send messages.
post/remove-user
Request body
Response
200
Example response
{
"id": "X",
"title": "X",
"rtmp": "X",
"stream_key_id": "X",
"stream_key": "X",
"user_id": "X",
"status": "X",
"live_player": "X",
"live_hls": "X",
"active_dvr": true,
"created_at": "X",
"latency_type": "X"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.