@opentok/client 2.26.0 → 2.26.2

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.
@@ -558,6 +558,7 @@ declare namespace OT {
558
558
  setAudioVolume(volume: number): void;
559
559
  setPreferredFrameRate(frameRate: number): void;
560
560
  setPreferredResolution(resolution: Dimensions): void;
561
+ setVideoMediaProcessorConnector(connector: MediaProcessorConnector | null): Promise<void>;
561
562
  subscribeToAudio(value: boolean): void;
562
563
  subscribeToVideo(value: boolean): void;
563
564