@opentok/client 2.23.3 → 2.23.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,5 @@
1
1
  declare namespace OT {
2
+ type MediaProcessorConnector = import('@vonage/media-processor').MediaProcessorConnector;
2
3
  export type OTError = {
3
4
  name: string;
4
5
  message: string;
@@ -290,6 +291,7 @@ declare namespace OT {
290
291
  setStyle<Style extends keyof PublisherStyle>(style: Style, value: PublisherStyle[Style]): void;
291
292
  videoWidth(): number | undefined;
292
293
  videoHeight(): number | undefined;
294
+ setVideoMediaProcessorConnector(connector: MediaProcessorConnector | null): Promise<void>;
293
295
  }
294
296
 
295
297
  export function getUserMedia(