Skip to content

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

Interface: TwilioSessonOptions

Interface

SessionOptions

Param

unique meetingId which is used inside sharing link urls.

Param

set the ttl (time to live) for a session created For twilio, it is max 4 hours.

Hierarchy

Table of contents

Properties

Properties

data

Optional data: string

Inherited from

SessionOptions.data

Defined in

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


expireTime

Optional expireTime: Date

Inherited from

SessionOptions.expireTime

Defined in

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


Optional meetingLink: string

Inherited from

SessionOptions.meetingLink

Defined in

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


meetingLinkId

Optional meetingLinkId: string

Inherited from

SessionOptions.meetingLinkId

Defined in

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