@theoplayer/extended 10.14.0 → 11.0.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/THEOplayer.chromeless.d.ts +1 -1
- package/THEOplayer.chromeless.esm.js +2 -2
- package/THEOplayer.chromeless.js +3 -3
- package/THEOplayer.common.d.ts +0 -4
- package/THEOplayer.common.esm.js +3 -3
- package/THEOplayer.d.ts +1 -1
- package/THEOplayer.esm.js +3 -3
- package/THEOplayer.js +3 -3
- package/THEOplayer.transmux.asmjs.js +3 -3
- package/THEOplayer.transmux.js +3 -3
- package/package.json +1 -1
- package/theoplayer.d.js +3 -3
- package/theoplayer.sw.js +3 -3
package/THEOplayer.common.d.ts
CHANGED
|
@@ -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.
|