# setWaitingRoomState

Version: 4.3.0+

Description: enabling and disabling the waiting room.

Request example:

{
    "method" : "setWaitingRoomState",
    "requestId" : "1",
    "isUsersMustBeInvited": true,
    "enable" : true
}

Response example:

{
    "method" : "setWaitingRoomState",
    "requestId" : "1",
    "confId" : "00000080752eb399@some.server#vcs",
    "result" : true
}

Parameter description:

  • enable - a flag indicating whether to enable or disable the waiting room

  • isUsersMustBeInvited - a flag that should only be present if the waiting room is disabled (parameter enable = false) and that indicates what should happen to participants who are already in it:

    • false - participants who are in the waiting room are removed from the conference

    • true - participants who are in the waiting room are added to the conference

  • confId - the unique identifier of the conference in which the waiting room has been enabled or disabled.

  • requestId - unique request identifier. You can find more details about it here.

See also: