# participantPresenceInWaitingRoomChanged

Version: 4.3.0+

Description: Notification about adding a user to the waiting room or removing them from there.

Only comes to the owner of the conference or its moderator.

Example:

{
    "method": "event",
    "event": "participantPresenceInWaitingRoomChanged",
    "callId": "user1@some.server/fd492f38",
    "isInWaitingRoom": true,
    "confId": "000088e498cc97cd@some.server#vcs"
}

Parameter description:

  • callId - identifier of the user who was added to the waiting room or was removed from it

  • isInWaitingRoom - a flag indicating whether the user was added to the waiting room or removed from it

  • confId - the unique identifier of the conference in which the user was added to the waiting room or removed from it

See also: