@theoplayer/extended 8.9.0 → 8.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/THEOplayer.chromeless.d.ts +1 -1
- package/THEOplayer.chromeless.esm.js +2 -2
- package/THEOplayer.chromeless.js +3 -3
- package/THEOplayer.common.d.ts +1 -0
- package/THEOplayer.common.esm.js +3 -3
- package/THEOplayer.d.ts +1 -1
- package/THEOplayer.esm.js +3 -3
- package/THEOplayer.js +3 -3
- package/THEOplayer.transmux.asmjs.js +3 -3
- package/THEOplayer.transmux.js +3 -3
- package/package.json +1 -1
- package/theoplayer.d.js +3 -3
- package/theoplayer.sw.js +30 -0
package/THEOplayer.common.d.ts
CHANGED
|
@@ -9280,6 +9280,7 @@ interface PublicationLoadStartEvent extends Event<'publicationloadstart'> {
|
|
|
9280
9280
|
*/
|
|
9281
9281
|
interface PublicationLoadedEvent extends Event<'publicationloaded'> {
|
|
9282
9282
|
readonly publicationId: string;
|
|
9283
|
+
readonly channelName: string;
|
|
9283
9284
|
}
|
|
9284
9285
|
/**
|
|
9285
9286
|
* Fired when loading a THEOlive publication that cannot be played, for example because the publication is stopped.
|