@theolive/player
Advanced tools
Comparing version 3.1.1 to 3.2.0
@@ -6,3 +6,3 @@ { | ||
"types": "./types/THEOLive.d.ts", | ||
"version": "3.1.1", | ||
"version": "3.2.0", | ||
"description": "The official THEOlive video player.", | ||
@@ -9,0 +9,0 @@ "author": "THEO Technologies", |
@@ -34,2 +34,8 @@ import { Event } from "./Event"; | ||
/** | ||
* This event indicates that the manifest of a channel could not be loaded. | ||
*/ | ||
export interface ChannelOfflineEvent extends Event<'channeloffline'> { | ||
readonly channelId: string; | ||
} | ||
/** | ||
* This event indicates that the player has encountered a non-recoverable error. | ||
@@ -92,2 +98,3 @@ */ | ||
readonly channelloaded: ChannelLoadedEvent; | ||
readonly channeloffline: ChannelOfflineEvent; | ||
readonly intenttofallback: IntentToFallbackEvent; | ||
@@ -94,0 +101,0 @@ readonly error: ErrorEvent; |
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
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
7859872
29008
9