@theolive/player
Advanced tools
Comparing version 3.13.1 to 3.14.0
@@ -6,3 +6,3 @@ { | ||
"types": "./types/THEOLive.d.ts", | ||
"version": "3.13.1", | ||
"version": "3.14.0", | ||
"description": "The official THEOlive video player.", | ||
@@ -9,0 +9,0 @@ "author": "THEO Technologies", |
import { Event } from "./Event"; | ||
import { StringKeyOf } from "./TypeUtils"; | ||
import { MediaTrackList } from './Track'; | ||
/** | ||
@@ -134,5 +135,13 @@ * This event indicates the player is no longer paused, fired when play() is called or autoplay is enabled. | ||
/** | ||
* A session ID to use for player requests. This is used for tracking purposes. | ||
*/ | ||
readonly sessionId?: string; | ||
/** | ||
* A player license to play HLS streams. Not needed for THEOlive channels. | ||
*/ | ||
readonly license?: string; | ||
/** | ||
* This flag enables new experimental analytics. False by default. | ||
*/ | ||
readonly experimentalAnalyticsEnabled?: boolean; | ||
} | ||
@@ -293,2 +302,7 @@ export type AdIntegrationKind = 'google-ima'; | ||
/** | ||
* Get the video tracks of the stream. (This list will always contain either no video tracks | ||
* or exactly one) | ||
*/ | ||
get videoTracks(): MediaTrackList; | ||
/** | ||
* Add a header provider which allows adding headers to the requests the player makes. | ||
@@ -295,0 +309,0 @@ */ |
@@ -1,3 +0,3 @@ | ||
export { Player } from "./Player"; | ||
export * from "./Player"; | ||
export * from './Event'; | ||
export declare function requiresServiceWorker(): boolean; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7055960
25920