strataplayer 1.2.10 → 1.2.12

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.
@@ -110,6 +110,7 @@ export interface PlayerState {
110
110
  currentAudioTrack: number;
111
111
  error: string | null;
112
112
  isFullscreen: boolean;
113
+ isWebFullscreen: boolean;
113
114
  isPip: boolean;
114
115
  subtitleTracks: {
115
116
  label: string;
@@ -250,6 +251,7 @@ export declare class StrataCore {
250
251
  setAudioTrack(index: number): void;
251
252
  setControlsVisible(visible: boolean): void;
252
253
  toggleFullscreen(): Promise<void>;
254
+ toggleWebFullscreen(): void;
253
255
  togglePip(): void;
254
256
  screenshot(): void;
255
257
  toggleLock(): void;