Skip to main content

Kick participants from a room session.

POST 
/room_sessions/:room_session_id/actions/kick

Request

Path Parameters

    room_session_id uuidrequired

    The unique identifier of a room session.

Body

required

Parameters that can be defined during Kick action.

    participants

    object

    Either a list of participant id to perform the action on, or the keyword "all" to perform the action on all participant.

    oneOf

    Either a list of participant id to perform the action on, or the keyword "all" to perform the action on all participant.

    exclude uuid[]

    List of participant id to exclude from the action.

Responses

200: Success Action Response

Loading...