@vindral/web-sdk 3.0.1 → 3.0.3

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.
package/index.d.ts CHANGED
@@ -487,6 +487,8 @@ interface MseModuleStatistics {
487
487
  mediaSourceOpenTime: number;
488
488
  totalVideoFrames?: number;
489
489
  droppedVideoFrames?: number;
490
+ successfulVideoAppendCalls?: number;
491
+ successfulAudioAppendsCalls?: number;
490
492
  }
491
493
  interface QualityOfServiceModuleStatistics {
492
494
  timeSpentBuffering: number;
@@ -865,6 +867,9 @@ export declare class Vindral extends Emitter<PublicVindralEvents> {
865
867
  * and handle that event gracefully.
866
868
  */
867
869
  userInput: () => void;
870
+ /**
871
+ * Pauses the stream. Call .play() to resume playback again.
872
+ */
868
873
  pause: () => void;
869
874
  /**
870
875
  *