# setParticipantPresenceInWaitingRoom
Version: 4.3.0+
Description: add a user to the waiting room or remove them from it.
Request example:
{
"method" : "setParticipantPresenceInWaitingRoom",
"inWaitingRoom": true,
"callId": "user1@some.server",
"requestId" : "1"
}
Response example:
{
"method" : "setParticipantPresenceInWaitingRoom",
"requestId" : "1",
"confId" : "00000080752eb399@some.server#vcs",
"result" : true
}
Parameter description:
callId
- unique identifier of the user (TrueConf ID) to be added to the waiting room or removed from there. It is advisable to use those obtained from the methods: newParticipantInConference, getConferenceParticipants. Applicability:PeerId - not supported
CallId - not supported
InstanceId - supported
enable
- a flag indicating whether to enable or disable the waiting roominWaitingRoom
- a flag that indicates whether to add the user to the waiting room or remove them from itconfId
- the unique identifier of the conference in which the user was added to the waiting room or removed from itrequestId
- unique request identifier. You can find more details about it here.
See also:
- Waiting room
- setWaitingRoomState
- createConference
- hangUp
- getConferenceParticipants
- inviteToConference
- changeConferenceMode
- conferenceCreated
- conferenceDeleted
- participantLeftConference
- newParticipantInConference
- smartMeetingModeChanged
- myStateInWaitingRoomChanged
- participantPresenceInWaitingRoomChanged
- waitingRoomStateChanged