Skip to content

@sourceloop/video-conferencing-service / Exports / MeetingOptions

Interface: MeetingOptions

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

Table of contents

Properties

Properties

enableArchiving

Optional enableArchiving: boolean

Defined in

services/video-conferencing-service/src/types.ts:151


isScheduled

isScheduled: boolean

Defined in

services/video-conferencing-service/src/types.ts:149


scheduleTime

Optional scheduleTime: Date

Defined in

services/video-conferencing-service/src/types.ts:150