@livepeer/core
Advanced tools
Comparing version 3.2.0-next.5 to 3.2.0-next.6
@@ -280,2 +280,8 @@ import { StoreApi } from 'zustand/vanilla'; | ||
/** | ||
* How long to cache WebRTC timeouts for faster subsequent playbacks after a timeout. | ||
* | ||
* Set to a number, in ms, to enable caching. | ||
*/ | ||
cacheWebRTCFailureMs: number | null; | ||
/** | ||
* Whether hotkeys are enabled. Defaults to `true`. Allows users to use keyboard shortcuts for player control. | ||
@@ -515,2 +521,3 @@ * | ||
onWaiting: () => void; | ||
onWebRTCTimeout: () => void; | ||
requestClip: () => void; | ||
@@ -694,2 +701,4 @@ requestMeasure: () => void; | ||
waiting_count: number; | ||
/** The time the playback has spent in a warning state, in ms, since last heartbeat. */ | ||
time_warning_ms: number; | ||
/** The time the playback has spent in an errored state, in ms, since last heartbeat. */ | ||
@@ -696,0 +705,0 @@ time_errored_ms: number; |
@@ -11,3 +11,3 @@ interface IObject { | ||
options: DeepMergeOptions; | ||
withOptions<T_1 extends IObject[]>(options: Partial<DeepMergeOptions>, ...objects: T_1): TUnionToIntersection<T_1[number]>; | ||
withOptions<T extends IObject[]>(options: Partial<DeepMergeOptions>, ...objects: T): TUnionToIntersection<T[number]>; | ||
}; | ||
@@ -14,0 +14,0 @@ |
declare const version: { | ||
readonly core: "@livepeer/core@3.2.0-next.5"; | ||
readonly react: "@livepeer/react@4.2.0-next.5"; | ||
readonly core: "@livepeer/core@3.2.0-next.6"; | ||
readonly react: "@livepeer/react@4.2.0-next.6"; | ||
}; | ||
export { version }; |
// src/version.ts | ||
var core = "@livepeer/core@3.2.0-next.5"; | ||
var react = "@livepeer/react@4.2.0-next.5"; | ||
var core = "@livepeer/core@3.2.0-next.6"; | ||
var react = "@livepeer/react@4.2.0-next.6"; | ||
var version = { | ||
@@ -5,0 +5,0 @@ core, |
@@ -6,3 +6,3 @@ { | ||
"type": "module", | ||
"version": "3.2.0-next.5", | ||
"version": "3.2.0-next.6", | ||
"repository": { | ||
@@ -9,0 +9,0 @@ "type": "git", |
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 not supported yet
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 not supported yet
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 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
766665
7298