Class BridgeJoinPreferences

java.lang.Object
com.ringcentral.definitions.BridgeJoinPreferences

public class BridgeJoinPreferences extends Object
  • Field Details

    • audioMuted

      public Boolean audioMuted
      Specifies if audio is muted for meeting participants (in the preset after joining)
    • videoMuted

      public Boolean videoMuted
      Specifies if video is muted for meeting participants (in the preset after joining)
    • waitingRoomRequired

      public String 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