@opentok/client 2.35.0-alpha.62 → 2.35.0-alpha.64

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.
@@ -476,11 +476,11 @@ declare namespace OT {
476
476
  clearAudioFilter(): Promise<void>;
477
477
  getAudioFilter(): AudioFilter | null;
478
478
  publishAudio: {
479
- (value: boolean): void;
479
+ (value: boolean): Publisher;
480
480
  promise: (value: boolean) => Promise<void>;
481
481
  }
482
482
  publishVideo: {
483
- (value: boolean, callback?: (error?: OTError) => void): void;
483
+ (value: boolean, callback?: (error?: OTError) => void): Publisher;
484
484
  promise: (value: boolean) => Promise<void>;
485
485
  }
486
486
  publishCaptions(value: boolean): Promise<void>;