@sourceloop/video-conferencing-service / Exports / TwilioMeetingOptions
Interface: TwilioMeetingOptions¶
Interface
MeetingOptions
Param
optional parameter to enable/disable recordings. Default will be false
Param
parameter to check whether a meeting is booked now if
Param
or scheduled at a later time if
Param
Param
not required if
Param
is false, else set a later time for scheduling meeting
Hierarchy¶
-
RoomListInstanceCreateOptions
↳
TwilioMeetingOptions
Table of contents¶
Properties¶
Properties¶
enableArchiving¶
• Optional
enableArchiving: boolean
Overrides¶
MeetingOptions.enableArchiving
Defined in¶
services/video-conferencing-service/src/providers/twilio/types.ts:34
endToEndEncryption¶
• Optional
endToEndEncryption: boolean
Defined in¶
services/video-conferencing-service/src/providers/twilio/types.ts:33
isScheduled¶
• isScheduled: boolean
Overrides¶
Defined in¶
services/video-conferencing-service/src/providers/twilio/types.ts:35
scheduleTime¶
• Optional
scheduleTime: Date
Overrides¶
Defined in¶
services/video-conferencing-service/src/providers/twilio/types.ts:36