Method signature MeetAddonClient.getActivityStartingState
Retrieves information about the initial state of the add-on when the
participant accepts the invitation to activity.
Signature
getActivityStartingState(): Promise<ActivityStartingState>;
Details
Returns
Promise<ActivityStartingState>
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."],[[["This function retrieves details about the add-on's initial state when a participant accepts an activity invitation."],["It specifically provides information like activity ID, participant ID, and the add-on's initial state through the `ActivityStartingState` object."],["The function is asynchronous and returns a Promise that resolves with the `ActivityStartingState` object."]]],[]]