@theolive/player
Advanced tools
Comparing version 3.14.0 to 3.15.0
@@ -6,3 +6,3 @@ { | ||
"types": "./types/THEOLive.d.ts", | ||
"version": "3.14.0", | ||
"version": "3.15.0", | ||
"description": "The official THEOlive video player.", | ||
@@ -9,0 +9,0 @@ "author": "THEO Technologies", |
@@ -143,4 +143,4 @@ import { Event } from "./Event"; | ||
/** | ||
* This flag enables new experimental analytics. False by default. | ||
*/ | ||
* This flag enables new experimental analytics. False by default. | ||
*/ | ||
readonly experimentalAnalyticsEnabled?: boolean; | ||
@@ -158,2 +158,7 @@ } | ||
adsConfiguration?: AdsConfiguration; | ||
/** | ||
* The amount of seconds that target latency can be temporarily increased to counteract unstable | ||
* network conditions. | ||
*/ | ||
readonly targetLatencyLeniency?: number; | ||
} | ||
@@ -160,0 +165,0 @@ export interface AbrConfiguration { |
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
7066223
25963