setParticipantPresenceInWaitingRoom
setParticipantPresenceInWaitingRoom
Description: add a user to the waiting room or remove them from it. v4.3.0+
Request example:
{
"method" : "setParticipantPresenceInWaitingRoom",
"inWaitingRoom": true,
"callId": "user1@some.server/21412ABF234",
"requestId" : "1"
}Response example:
{
"method" : "setParticipantPresenceInWaitingRoom",
"requestId" : "1",
"confId" : "00000080752eb399@some.server#vcs",
"result" : true
}Parameter description:
callId- a unique identifier of the user (TrueConf ID) that needs to be added to or removed from the waiting room. It is recommended to use the identifiers 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 indicating whether the user needs to be added to or removed from the waiting room.confId- the unique identifier of the conference in which the user was added to or removed from the waiting roomrequestId- a unique request identifier. You can learn more about it here.
See also:
- Waiting Room
- setWaitingRoomState
- createConference
- hangUp
- getConferenceParticipants
- inviteToConference
- changeConferenceMode
- conferenceCreated
- conferenceDeleted
- participantLeftConference
- newParticipantInConference
- smartMeetingModeChanged
- myStateInWaitingRoomChanged
- participantPresenceInWaitingRoomChanged
- waitingRoomStateChanged