@theoplayer/extended 10.14.0 → 11.1.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.
@@ -10522,10 +10522,6 @@ interface TheoLiveApi extends EventDispatcher<TheoLiveApiEventMap> {
10522
10522
  * Get or set the auth token that will be used when requesting a manifest or segment.
10523
10523
  */
10524
10524
  authToken: string | undefined;
10525
- /**
10526
- * @deprecated This will be removed in a future version.
10527
- */
10528
- preloadPublications(publicationIds: string[]): Promise<TheoLivePublication[]>;
10529
10525
  }
10530
10526
  /**
10531
10527
  * A THEOlive endpoint.
@@ -11778,6 +11774,14 @@ declare class MultiViewPlayer implements EventDispatcher<MultiViewPlayerEventMap
11778
11774
  * Returns the volume of the player at position zero.
11779
11775
  */
11780
11776
  volume: number;
11777
+ /**
11778
+ * The version of the THEOplayer SDK that created this player.
11779
+ *
11780
+ * @remarks
11781
+ * <br/> - This is the same as {@link Globals.version | THEOplayer.version}.
11782
+ * <br/> - Available since v11.1.0.
11783
+ */
11784
+ readonly version: string;
11781
11785
  /**
11782
11786
  * Creates a new view.
11783
11787
  *
@@ -13892,6 +13896,14 @@ declare class ChromelessPlayer implements EventDispatcher<PlayerEventMap> {
13892
13896
  * <br/> - Volume is represented by a floating point number between `0.0` and `1.0`.
13893
13897
  */
13894
13898
  volume: number;
13899
+ /**
13900
+ * The version of the THEOplayer SDK that created this player.
13901
+ *
13902
+ * @remarks
13903
+ * <br/> - This is the same as {@link Globals.version | THEOplayer.version}.
13904
+ * <br/> - Available since v11.1.0.
13905
+ */
13906
+ readonly version: string;
13895
13907
  /**
13896
13908
  * The latency manager for low latency live playback.
13897
13909
  */