# 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:

See also: