Package com.ringcentral.definitions
Class BridgePreferences
java.lang.Object
com.ringcentral.definitions.BridgePreferences
-
Field Summary
FieldsModifier and TypeFieldDescriptionControls whether participants can start and pause transcription Default: trueSpecifies if participants can join to a meeting before host.Specifies whether to play music on hold when alone Default: trueSpecifies enter and exit tones mode.Controls whether recordings are enabled automatically or by user decision Example: User Enum: Auto, ForceAuto, UserSpecifies if screen sharing is allowed Default: trueControls whether transcriptions are enabled automatically or by user decision Example: User Enum: Auto, ForceAuto, User -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowEveryoneTranscribeMeetings
(Boolean allowEveryoneTranscribeMeetings) join
(BridgeJoinPreferences join) joinBeforeHost
(Boolean joinBeforeHost) musicOnHold
(Boolean musicOnHold) recordings
(RecordingsPreferences recordings) recordingsMode
(String recordingsMode) screenSharing
(Boolean screenSharing) transcriptionsMode
(String transcriptionsMode)
-
Field Details
-
join
-
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
Specifies whether to play music on hold when alone Default: true -
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
Specifies if screen sharing is allowed Default: true -
recordingsMode
Controls whether recordings are enabled automatically or by user decision Example: User Enum: Auto, ForceAuto, User -
transcriptionsMode
Controls whether transcriptions are enabled automatically or by user decision Example: User Enum: Auto, ForceAuto, User -
recordings
-
allowEveryoneTranscribeMeetings
Controls whether participants can start and pause transcription Default: true
-
-
Constructor Details
-
BridgePreferences
public BridgePreferences()
-
-
Method Details
-
join
-
playTones
-
musicOnHold
-
joinBeforeHost
-
screenSharing
-
recordingsMode
-
transcriptionsMode
-
recordings
-
allowEveryoneTranscribeMeetings
-