Skip to content

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

Interface: VonageSessionOptions

Interface

VonageSessionOptions

Param

unique meetingId which is used inside sharing link urls.

Param

optional enum used in vonage (publisher, subscriber, moderator)

Param

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

Param

optional string parameter if required for successfully creating session

Hierarchy

Table of contents

Properties

Properties

data

Optional data: string

Overrides

SessionOptions.data

Defined in

services/video-conferencing-service/src/providers/vonage/types.ts:70


expireTime

Optional expireTime: Date

Overrides

SessionOptions.expireTime

Defined in

services/video-conferencing-service/src/providers/vonage/types.ts:69


meetingId

meetingId: string

Defined in

services/video-conferencing-service/src/providers/vonage/types.ts:67


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


role

Optional role: Role

Defined in

services/video-conferencing-service/src/providers/vonage/types.ts:68