stormcloud-video-player 0.1.7 → 0.1.8

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/README.md CHANGED
@@ -142,6 +142,10 @@ new StormcloudVideoPlayer(config: StormcloudVideoPlayerConfig)
142
142
  - `setAdSchedule(schedule?: AdSchedule): void`: Provide/replace ad schedule
143
143
  - `loadAdScheduleFromUrl(url: string): Promise<void>`: Fetch and set JSON schedule
144
144
  - `loadDefaultVastFromAiry(url: string, params?: Record<string, string>): Promise<void>`: Fetch ad tag from Airy-like API and set `defaultVastTagUrl`
145
+ - `toggleMute(): void`: Toggle video mute state
146
+ - `toggleFullscreen(): Promise<void>`: Toggle fullscreen mode
147
+ - `isMuted(): boolean`: Check if video is currently muted
148
+ - `isFullscreen(): boolean`: Check if video is currently in fullscreen
145
149
 
146
150
  ### Types
147
151