Interface CollaborationStartingState

Starting state of the add-on when the participant accepts the invitation to collaborate.

Signature

interface CollaborationStartingState

Property signatures

Name Description
additionalData Data internal to the add-on that it can use to initialize itself. Useful for communicating application-specific state to users joining the collaboration that cannot be stored in the URLs. The length of this string must be less than 4,096 characters.
mainStageUrl The URL that the main stage opens for users joining the collaboration. The length of this URL must be less than 512 characters.
sidePanelUrl The URL that the side panel opens for users joining the collaboration. The length of this URL must be less than 512 characters.