Method signature AddonSession.createCoWatchingClient

Creates a CoWatchingClient.

Signature

createCoWatchingClient(
    coWatchingDelegate: CoWatchingDelegate,
  ): Promise<CoWatchingClient>;

Details

Optional No

Parameters

Name Type Optional Description
coWatchingDelegate CoWatchingDelegate No

Returns

Promise<CoWatchingClient>