@vindral/web-sdk 4.2.0-30-ga903ef89 → 4.2.0-32-gbe3fbabd8
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/{De8D3gGg.js → B9WEkxkT.js} +9 -9
- package/{zW8mAbQp.js → BLJYLnaS.js} +1 -1
- package/{iAXSTx_B.js → DJjZhRoO.js} +1 -1
- package/{QPIJgvaR.js → F7Oi3LKb.js} +3 -3
- package/core.js +1 -1
- package/legacy.es.js +11 -11
- package/legacy.umd.js +15 -10
- package/package.json +1 -1
- package/player.js +2 -2
- package/vindral-player-component.js +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as e, t } from "./BsfwXDui.js";
|
|
2
|
-
import { _ as n, a as r, c as i, d as a, f as o, g as s, h as c, i as ee, l, m as te, n as u, o as ne, p as re, r as ie, s as ae, t as oe, u as se, v as ce } from "./
|
|
2
|
+
import { _ as n, a as r, c as i, d as a, f as o, g as s, h as c, i as ee, l, m as te, n as u, o as ne, p as re, r as ie, s as ae, t as oe, u as se, v as ce } from "./F7Oi3LKb.js";
|
|
3
3
|
import { M as le } from "./C01DcfYu.js";
|
|
4
4
|
import { a as d, i as f, n as p, r as m, t as h } from "./B7hT-BKr.js";
|
|
5
5
|
import { n as ue, t as de } from "./B5bZayjf.js";
|
|
@@ -8201,7 +8201,7 @@ var Wg = 5, Gg = 100, Kg = 1e3, qg = class r {
|
|
|
8201
8201
|
}
|
|
8202
8202
|
}
|
|
8203
8203
|
if (!r) if (e.codec === "opus") {
|
|
8204
|
-
let { OpusDecoderContext: t } = yield import("./
|
|
8204
|
+
let { OpusDecoderContext: t } = yield import("./B9WEkxkT.js");
|
|
8205
8205
|
r = yield t.create(e.sampleRate || 48e3, e.channels || 2);
|
|
8206
8206
|
} else {
|
|
8207
8207
|
let t = l ? a ? `WebCodecs audio decoder initialization failed: ${a.message}` : o ? "WebCodecs audio decoder could not be initialized." : "WebCodecs AudioDecoder API is not supported in this environment." : "WebCodecs audio decoding is disabled.";
|
|
@@ -8217,7 +8217,7 @@ var Wg = 5, Gg = 100, Kg = 1e3, qg = class r {
|
|
|
8217
8217
|
break;
|
|
8218
8218
|
}
|
|
8219
8219
|
case "video": {
|
|
8220
|
-
let { VideoDecoderWorkerContext: n } = yield import("./
|
|
8220
|
+
let { VideoDecoderWorkerContext: n } = yield import("./BLJYLnaS.js"), r = yield n.create(i.createContext("VideoDecoderWorker"), a, c, l, u, d, () => s.currentTime);
|
|
8221
8221
|
p = r.isWebCodecs, h = r.usingOffscreenCanvas, t.set(e.type, {
|
|
8222
8222
|
buffer: [],
|
|
8223
8223
|
decoderContext: r,
|
|
@@ -10623,7 +10623,7 @@ var uv = class {
|
|
|
10623
10623
|
let e = this.modules.canvasModule instanceof v_ ? !0 : void 0;
|
|
10624
10624
|
return C({
|
|
10625
10625
|
uptime: Date.now() - this.createdAt,
|
|
10626
|
-
version: "4.2.0-
|
|
10626
|
+
version: "4.2.0-32-gbe3fbabd8",
|
|
10627
10627
|
clientId: this.clientId,
|
|
10628
10628
|
sessionId: this.sessionId,
|
|
10629
10629
|
channelId: this.channelId,
|
package/core.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { t as e } from "./
|
|
1
|
+
import { t as e } from "./F7Oi3LKb.js";
|
|
2
2
|
import { a as t, c as n, i as r, l as i, n as a, o, r as s, s as c, u as l } from "./C01DcfYu.js";
|
|
3
3
|
export { a as AUTHENTICATION_EXPIRED_CODE, s as AUTHENTICATION_FAILED_CODE, r as CHANNEL_NOT_FOUND_CODE, t as CONNECTION_FAILED_AFTER_RETRIES_CODE, o as CONNECTION_FAILED_CODE, c as DISCONNECTED_BY_EDGE, n as INACTIVITY_CODE, i as NO_INCOMING_DATA, e as Vindral, l as VindralError };
|