setParticipantPresenceInWaitingRoom

TrueConfAbout 1 min

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:

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

  • inWaitingRoom - 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 room

  • requestId - a unique request identifier. You can learn more about it here.

See also: