Method signature MeetAddonClient.startCollaboration

Starts a collaboration with the provided starting state of frames that the initiator and participants can use during the activity.

Signature

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

Details

Optional No

Parameters

Name Type Optional Description
collaborationStartingState CollaborationStartingState No

Returns

Promise<void>