Class BridgePreferences

java.lang.Object
com.ringcentral.definitions.BridgePreferences

public class BridgePreferences extends Object
  • Field Details

    • join

      public BridgeJoinPreferences join
    • playTones

      public String playTones
      Specifies enter and exit tones mode. 1) On - Enter and exit tones switched on. 2) Off - Enter and exit tones switched off. 3) ExitOnly - Only exit tones switched on. 4) EnterOnly - Only enter tones switched on. Default: Off Enum: On, Off, ExitOnly, EnterOnly
    • musicOnHold

      public Boolean musicOnHold
      Specifies whether to play music on hold when alone Default: true
    • joinBeforeHost

      public Boolean joinBeforeHost
      Specifies if participants can join to a meeting before host. Default value depends on the bridge type: - default bridge (PMI) -> false - other types -> true Example: true
    • screenSharing

      public Boolean screenSharing
      Specifies if screen sharing is allowed Default: true
    • recordingsMode

      public String recordingsMode
      Controls whether recordings are enabled automatically or by user decision Example: User Enum: Auto, ForceAuto, User
    • transcriptionsMode

      public String transcriptionsMode
      Controls whether transcriptions are enabled automatically or by user decision Example: User Enum: Auto, ForceAuto, User
    • recordings

      public RecordingsPreferences recordings
    • allowEveryoneTranscribeMeetings

      public Boolean allowEveryoneTranscribeMeetings
      Controls whether participants can start and pause transcription Default: true
  • Constructor Details

    • BridgePreferences

      public BridgePreferences()
  • Method Details