participantPresenceInWaitingRoomChanged
Less than 1 minute
participantPresenceInWaitingRoomChanged
Description: Notification about adding a user to the waiting room or removing them from it. v4.3.0+
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- the identifier of the user who was added to or removed from the waiting roomisInWaitingRoom- a flag indicating whether the user has been added to or removed from the waiting roomconfId- a unique identifier of the conference in which the user was added to or removed from the waiting room
See also: