BridgePreferences
Properties
Name | Type | Required | Description |
---|---|---|---|
join | BridgeJoinPreferences | ❌ | |
play_tones | 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. |
music_on_hold | bool | ❌ | Specifies whether to play music on hold when alone |
join_before_host | bool | ❌ | Specifies if participants can join to a meeting before host. Default value depends on the bridge type: - default bridge (PMI) -> false - other types -> true |
screen_sharing | bool | ❌ | Specifies if screen sharing is allowed |
recordings_mode | RecordingsMode | ❌ | Controls whether recordings are enabled automatically or by user decision |
transcriptions_mode | TranscriptionsMode | ❌ | Controls whether transcriptions are enabled automatically or by user decision |
recordings | RecordingsPreferences | ❌ | Recordings preferences |
allow_everyone_transcribe_meetings | bool | ❌ | Controls whether participants can start and pause transcription |
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.
Properties
Name | Type | Required | Description |
---|---|---|---|
ON | str | ✅ | "On" |
OFF | str | ✅ | "Off" |
EXITONLY | str | ✅ | "ExitOnly" |
ENTERONLY | str | ✅ | "EnterOnly" |
RecordingsMode
Controls whether recordings are enabled automatically or by user decision
Properties
Name | Type | Required | Description |
---|---|---|---|
AUTO | str | ✅ | "Auto" |
FORCEAUTO | str | ✅ | "ForceAuto" |
USER | str | ✅ | "User" |
TranscriptionsMode
Controls whether transcriptions are enabled automatically or by user decision
Properties
Name | Type | Required | Description |
---|---|---|---|
AUTO | str | ✅ | "Auto" |
FORCEAUTO | str | ✅ | "ForceAuto" |
USER | str | ✅ | "User" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs