# 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 roomisUsersMustBeInvited
- a flag that should only be present if the waiting room is disabled (parameterenable
=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 conferencetrue
- 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:
- Waiting room
- setParticipantPresenceInWaitingRoom
- createConference
- hangUp
- getConferenceParticipants
- inviteToConference
- changeConferenceMode
- conferenceCreated
- conferenceDeleted
- participantLeftConference
- newParticipantInConference
- smartMeetingModeChanged
- myStateInWaitingRoomChanged
- participantPresenceInWaitingRoomChanged
- waitingRoomStateChanged