Share via


JoinPresentationParams interface

The input type for the joinPresentation function.

Extends

BootPresentationParams

Properties

joinInfo

Required. The joinInfo received from the presenter's boot response.

Inherited Properties

container

Required. The HTML element to put the presentation view in.

eventHandlers

Optional. Callback for event handling.

meetingInfo

Required. Information about the meeting. See definition of MeetingInfo for details.

sessionInfo

Required. Information about the session. See definition of SessionInfo for details.

userInfo

Required. Information about the presenter. See definition of UserInfo for details.

Property Details

joinInfo

Required. The joinInfo received from the presenter's boot response.

joinInfo: string

Property Value

string

Inherited Property Details

container

Required. The HTML element to put the presentation view in.

container: HTMLElement

Property Value

HTMLElement

Inherited From BootPresentationParams.container

eventHandlers

Optional. Callback for event handling.

eventHandlers?: UiHostEventHandlers

Property Value

Inherited From BootPresentationParams.eventHandlers

meetingInfo

Required. Information about the meeting. See definition of MeetingInfo for details.

meetingInfo: MeetingInfo

Property Value

Inherited From BootPresentationParams.meetingInfo

sessionInfo

Required. Information about the session. See definition of SessionInfo for details.

sessionInfo: SessionInfo

Property Value

Inherited From BootPresentationParams.sessionInfo

userInfo

Required. Information about the presenter. See definition of UserInfo for details.

userInfo: UserInfo

Property Value

Inherited From BootPresentationParams.userInfo