#
UserKickReqData
Parameter | Required | Type | Description |
---|---|---|---|
room_id | Yes | string | Room ID |
kicked_uid | Yes | string | User ID of the user being kicked (cannot be the captain) |
Request Example
{
"event": "user_kick",
"mg_id": "mg_id_1",
"timestamp": "1657770493152",
"data": {
"room_id":"roomId_1",
"kicked_uid": "uid_1"
}
}