MeetingRequestResource
Properties
Name | Type | Required | Description |
---|---|---|---|
topic | str | ❌ | Custom topic of a meeting |
meeting_type | MeetingRequestResourceMeetingType | ❌ | |
schedule | MeetingScheduleResource | ❌ | Timing of a meeting |
password | str | ❌ | Meeting password |
host | HostInfoRequest | ❌ | Meeting host information |
allow_join_before_host | bool | ❌ | |
start_host_video | bool | ❌ | |
start_participants_video | bool | ❌ | Starting meetings with participant video on/off (true/false) |
use_personal_meeting_id | bool | ❌ | If true, then personal user's meeting ID is applied for creation of this meeting |
audio_options | List[MeetingRequestResourceAudioOptions] | ❌ | |
recurrence | RecurrenceInfo | ❌ | |
auto_record_type | MeetingRequestResourceAutoRecordType | ❌ | Automatic record type |
enforce_login | bool | ❌ | If true, then only signed-in users can join this meeting |
mute_participants_on_entry | bool | ❌ | If true, then participants are muted on entry |
enable_waiting_room | bool | ❌ | If true, then the waiting room for participants is enabled |
global_dial_in_countries | List[str] | ❌ | List of global dial-in countries (eg. US, UK, AU, etc.) |
alternative_hosts | str | ❌ |
MeetingRequestResourceMeetingType
Properties
Name | Type | Required | Description |
---|---|---|---|
INSTANT | str | ✅ | "Instant" |
SCHEDULED | str | ✅ | "Scheduled" |
SCHEDULEDRECURRING | str | ✅ | "ScheduledRecurring" |
RECURRING | str | ✅ | "Recurring" |
MeetingRequestResourceAudioOptions
Properties
Name | Type | Required | Description |
---|---|---|---|
PHONE | str | ✅ | "Phone" |
COMPUTERAUDIO | str | ✅ | "ComputerAudio" |
MeetingRequestResourceAutoRecordType
Automatic record type
Properties
Name | Type | Required | Description |
---|---|---|---|
LOCAL | str | ✅ | "local" |
CLOUD | str | ✅ | "cloud" |
NONE | str | ✅ | "none" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs