#
UserOutReqData
Parameter | Required | Type | Description |
---|---|---|---|
room_id | Yes | string | Room ID |
uid | Yes | string | User ID |
is_cancel_ready | No | bool | Whether to cancel the "ready" status of the user (valid when the user is in the "ready" status). Default: false false: return an error true: cancel the "ready" status |
Request Example
{
"event": "user_out",
"mg_id": "mg_id_1",
"timestamp": "1657770493152",
"data": {
"room_id":"roomId_1",
"uid": "uid_1",
"is_cancel_ready": false
}
}