@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¶
-
↳
VonageSessionOptions
Table of contents¶
Properties¶
Properties¶
data¶
• Optional
data: string
Overrides¶
Defined in¶
services/video-conferencing-service/src/providers/vonage/types.ts:70
expireTime¶
• Optional
expireTime: Date
Overrides¶
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
meetingLink¶
• Optional
meetingLink: string
Inherited from¶
Defined in¶
services/video-conferencing-service/src/types.ts:167
meetingLinkId¶
• Optional
meetingLinkId: string
Inherited from¶
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