@vindral/web-sdk 2.2.9 → 2.3.0

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
@@ -1762,6 +1762,8 @@ declare class Fullscreen extends Emitter<FullscreenEvents> {
1762
1762
  private onChange;
1763
1763
  isFullscreen: () => boolean;
1764
1764
  isSupported: () => boolean;
1765
+ private isFullscreenApiSupported;
1766
+ private isInIframe;
1765
1767
  private get requestFn();
1766
1768
  private get exitFn();
1767
1769
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vindral/web-sdk",
3
- "version": "2.2.9",
3
+ "version": "2.3.0",
4
4
  "homepage": "https://vindral.com",
5
5
  "description": "Web SDK for viewing Vindral streams",
6
6
  "license": "SEE LICENSE IN https://www.vindral.com/terms-conditions",