BridgeJoinPreferences
Properties
Name | Type | Required | Description |
---|---|---|---|
audio_muted | bool | ❌ | Specifies if audio is muted for meeting participants (in the preset after joining) |
video_muted | bool | ❌ | Specifies if video is muted for meeting participants (in the preset after joining) |
waiting_room_required | 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 |
pstn | BridgeJoinPstnPreferences | ❌ |
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
Properties
Name | Type | Required | Description |
---|---|---|---|
NOBODY | str | ✅ | "Nobody" |
EVERYBODY | str | ✅ | "Everybody" |
GUESTSONLY | str | ✅ | "GuestsOnly" |
OTHERACCOUNT | str | ✅ | "OtherAccount" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs