Share via


JoinCollaborationParams interface

Defines the input type for the joinCollaboration function.

Extends

Properties

meetingInfo

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

userInfo

Required. Information about a collaboration meeting attendee. See definition of UserInfo for details.

Inherited Properties

container

Required. The HTML element for the document to be viewed in.

documentInfo

Required. Information about the document. See definition of DocumentInfo for details.

eventHandlers

Optional. Callback for event handling.

fetchAccessToken

Required. Callback used to provide an access token for accessing the document.

sessionInfo

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

Property Details

meetingInfo

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

meetingInfo: MeetingInfo

Property Value

userInfo

Required. Information about a collaboration meeting attendee. See definition of UserInfo for details.

userInfo: UserInfo

Property Value

Inherited Property Details

container

Required. The HTML element for the document to be viewed in.

container: HTMLElement

Property Value

HTMLElement

Inherited From BootDocumentParams.container

documentInfo

Required. Information about the document. See definition of DocumentInfo for details.

documentInfo: DocumentInfo

Property Value

Inherited From BootDocumentParams.documentInfo

eventHandlers

Optional. Callback for event handling.

eventHandlers?: UiHostEventHandlers

Property Value

Inherited From BootDocumentParams.eventHandlers

fetchAccessToken

Required. Callback used to provide an access token for accessing the document.

fetchAccessToken: (resourceUrl: string, claim?: string[]) => Promise<string>

Property Value

(resourceUrl: string, claim?: string[]) => Promise<string>

Inherited From BootDocumentParams.fetchAccessToken

sessionInfo

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

sessionInfo: SessionInfo

Property Value

Inherited From BootDocumentParams.sessionInfo