Package com.ringcentral.definitions
Class BridgeJoinPreferences
java.lang.Object
com.ringcentral.definitions.BridgeJoinPreferences
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies if audio is muted for meeting participants (in the preset after joining)Specifies if video is muted for meeting participants (in the preset after joining)Specifies rules for the waiting room before the host starts the meeting. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaudioMuted
(Boolean audioMuted) videoMuted
(Boolean videoMuted) waitingRoomRequired
(String waitingRoomRequired)
-
Field Details
-
audioMuted
Specifies if audio is muted for meeting participants (in the preset after joining) -
videoMuted
Specifies if video is muted for meeting participants (in the preset after joining) -
waitingRoomRequired
Specifies rules for the waiting room before the host starts the meeting. 1) Nobody - No waiting room. Participants are not waiting for meeting start. 2) Everybody - All participants are waiting for meeting start. 3) GuestsOnly - Only unauthenticated participants (guests) are waiting for meeting start. 4) OtherAccount - Only participants who have other account are waiting for meeting start.Default value depends on the bridge type: - PMI -> OtherAccount - Instant, Scheduled -> Nobody Example: Nobody Enum: Nobody, Everybody, GuestsOnly, OtherAccount
-
pstn
-
-
Constructor Details
-
BridgeJoinPreferences
public BridgeJoinPreferences()
-
-
Method Details
-
audioMuted
-
videoMuted
-
waitingRoomRequired
-
pstn
-