@theolive/player
Advanced tools
Comparing version 3.17.0-rc.2 to 3.17.0
@@ -6,3 +6,3 @@ { | ||
"types": "./types/THEOLive.d.ts", | ||
"version": "3.17.0-rc.2", | ||
"version": "3.17.0", | ||
"description": "The official THEOlive video player.", | ||
@@ -9,0 +9,0 @@ "author": "THEO Technologies", |
@@ -164,2 +164,7 @@ import { Event } from "./Event"; | ||
readonly targetLatencyLeniency?: number; | ||
/** | ||
* Whether the player should start playback immediately when the source is loaded, muted if the platform doesn't | ||
* allow autoplay with sound. Setting it here explicitly overrides the value configured on the channel. | ||
*/ | ||
readonly autoplay?: boolean; | ||
} | ||
@@ -322,2 +327,6 @@ export interface AbrConfiguration { | ||
/** | ||
* Get the audio tracks of the stream. | ||
*/ | ||
get audioTracks(): MediaTrackList; | ||
/** | ||
* Add a header provider which allows adding headers to the requests the player makes. | ||
@@ -324,0 +333,0 @@ */ |
@@ -19,2 +19,3 @@ import { Event, ReadonlyEventDispatcher } from "./Event"; | ||
readonly uid: number; | ||
enabled: boolean; | ||
readonly activeQuality: Quality | undefined; | ||
@@ -21,0 +22,0 @@ readonly qualities: ReadonlyArray<Quality>; |
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
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
7197451
26608