Method signature MeetAddonClient.setActivityStartingState

Sets or updates information about the initial state of the add-on that's used when the participant accepts the invitation to join the activity.

Signature

setActivityStartingState(
    activityStartingState: ActivityStartingState,
  ): Promise<void>;

Details

Optional No

Parameters

Name Type Optional Description
activityStartingState ActivityStartingState No

Returns

Promise<void>