Method signature MeetAddonClient.startActivity
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 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["Starts an activity using a provided `ActivityStartingState`, which contains the initial state for frames used by the initiator and participants."],["`startActivity` takes an optional `activityStartingState` parameter of type `ActivityStartingState`."],["The function returns a `Promise\u003cvoid\u003e` indicating the asynchronous execution of starting the activity."]]],[]]