Options
All
  • Public
  • Public/Protected
  • All
Menu

Data emitted by session with Welcome type.

Hierarchy

  • IWelcome

Index

Properties

capabilities

capabilities: { audio: boolean; chat: boolean; video: boolean }

The capabilities of the session, based on the subscribed plan.

Type declaration

  • audio: boolean

    Indicates whether the session supports audio.

  • chat: boolean

    Indicates whether the session supports chat messages.

  • video: boolean

    Indicates whether the session supports video.

feedback

feedback: boolean

Indicates whether the display of a satisfaction feedback is required at the end of the session.

Optional guestRedirectionUrl

guestRedirectionUrl?: string

The URL to be used for guest participants redirection when the meeting ends.

id

id: string

The Id of the session.

recordingId

recordingId: string

The Id of the recording if the recording is active when joining the session, null otherwise.

topic

topic: string

The topic of the session.