Method signature MeetAddonClient.setCollaborationStartingState

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

Signature

setCollaborationStartingState(
    collaborationStartingState: CollaborationStartingState,
  ): Promise<void>;

Details

Optional No

Parameters

Name Type Optional Description
collaborationStartingState CollaborationStartingState No

Returns

Promise<void>