ModeratorWaitingRoomServiceProtocol

The service used to moderate the waiting room, for example to deny a participant from joining the meeting, admit a participant into the meeting, or demote a participant back into the waiting room from the meeting. Waiting room moderation is only available to participants who have joined as a moderator, and in meetings scheduled with waiting room enabled. Check the isWaitingRoomCapable property is true before exposing this functionality to the user.

  • Admit all of the participants in the waiting room into the meeting.

  • Admit a participant into the meeting.

  • Deny all of the participants in the waiting room, this will remove them from the waiting room.

  • Deny a single participant from the waiting room.

  • Demote a participant from the meeting back into the waiting room.

  • True if this meeting supports waiting room.

  • If true, the waiting room is enabled and anyone who joins with a participant passcode will be placed into the waiting room until the are admitted or denied by a moderator. If false then participants will join the meeting automatically without joining the waiting room first. The default value can be set when the meeting is scheduled.

  • Can be used to set the enablement of waiting room.

  • An array of participants in the waiting room, will fire a change event when a participant joins or leaves the waiting room.