Method signature MeetAddonClient.startActivity
Stay organized with collections
Save and categorize content based on your preferences.
Starts an activity with the provided starting state of frames that the initiator
and participants can use during the activity.
Signature
startActivity(activityStartingState?: ActivityStartingState): Promise<void>;
Details
Parameters
Returns
Promise<void>
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.
[null,null,["Last updated 2025-03-27 UTC."],[],[],null,["# Method signature MeetAddonClient.startActivity\n\nStarts an activity with the provided starting state of frames that the initiator\nand participants can use during the activity.\n\nSignature\n---------\n\n startActivity(activityStartingState?: ActivityStartingState): Promise\u003cvoid\u003e;\n\nDetails\n-------\n\n| Optional | No |\n|----------|----|\n\nParameters\n----------\n\n| Name | Type | Optional | Description |\n|-------------------------|---------------------------------------------------------------|----------|-------------|\n| `activityStartingState` | [ActivityStartingState](./addon_sdk.activitystartingstate.md) | Yes | |\n\nReturns\n-------\n\n`Promise\u003cvoid\u003e`"]]