Interface ActivityStartingState

Starting state of the add-on when the participant accepts the invitation to start an activity.

Signature

interfaceActivityStartingState

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 activity 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 activity. The length of this URL must be less than 512 characters.
sidePanelUrl The URL that the side panel opens for users joining the activity. The length of this URL must be less than 512 characters.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年03月27日 UTC.