@goboss/web-video-player-sdk 1.0.4 → 1.0.5

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/dist/index.d.ts CHANGED
@@ -461,6 +461,7 @@ declare interface WebVideoPlayerProps {
461
461
  enablePlaybackSpeed?: boolean;
462
462
  enablePiP?: boolean;
463
463
  enableFullscreen?: boolean;
464
+ autoFullscreen?: boolean;
464
465
  subtitleStyle?: SubtitleStyle;
465
466
  }
466
467