@cloudflare/realtimekit 2.0.0-staging.1 → 2.0.1-staging.1
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/dist/browser.js +1 -1
- package/dist/dependencies.txt +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es5.js +1 -1
- package/dist/index.rn.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -27350,7 +27350,7 @@ let Fr = (Pg = class {
|
|
|
27350
27350
|
video: !0
|
|
27351
27351
|
};
|
|
27352
27352
|
return n.setValue("options", e), n.setValue("peerId", t), n.setValue("modules", o), n.setValue("sdkName", "web-core"), n.setValue("meetingId", r), n.setValue("apiBase", i.apiBase), n.setValue("baseURI", i.baseURI), n.setValue("userId", i.participantId), n.setValue("organizationId", i.orgId), n.setValue("authToken", e.authToken), n.setValue("overrides", (c = e.overrides) != null ? c : {}), n.setValue("env", yC({ baseURI: i.baseURI })), n.setValue("defaults", d), n.setValue("onError", e.onError || (() => {
|
|
27353
|
-
})), n.setValue("cachedUserDetails", Ps(e.cachedUserDetails)), n.setValue("sdkVersion", "2.0.
|
|
27353
|
+
})), n.setValue("cachedUserDetails", Ps(e.cachedUserDetails)), n.setValue("sdkVersion", "2.0.1-staging.1"), (l = e.modules) != null && l.experimentalAudioPlayback && n.setValue("audioPlayback", new ZD()), n;
|
|
27354
27354
|
}
|
|
27355
27355
|
join() {
|
|
27356
27356
|
return u(this, null, function* () {
|
package/dist/index.es5.js
CHANGED
|
@@ -28065,7 +28065,7 @@ var pi = /* @__PURE__ */ E("trackMap"), JO = /* @__PURE__ */ function(s) {
|
|
|
28065
28065
|
}, { key: "setupContext", value: function(e, t, n, i) {
|
|
28066
28066
|
var a, o, u = da.createContext(e, t), l = N(N({}, Lb), t == null ? void 0 : t.modules), d = t.defaults || { audio: !0, video: !0 };
|
|
28067
28067
|
return u.setValue("options", t), u.setValue("peerId", e), u.setValue("modules", l), u.setValue("sdkName", "web-core"), u.setValue("meetingId", n), u.setValue("apiBase", i.apiBase), u.setValue("baseURI", i.baseURI), u.setValue("userId", i.participantId), u.setValue("organizationId", i.orgId), u.setValue("authToken", t.authToken), u.setValue("overrides", (a = t.overrides) !== null && a !== void 0 ? a : {}), u.setValue("env", Nb({ baseURI: i.baseURI })), u.setValue("defaults", d), u.setValue("onError", t.onError || function() {
|
|
28068
|
-
}), u.setValue("cachedUserDetails", Hn(t.cachedUserDetails)), u.setValue("sdkVersion", "
|
|
28068
|
+
}), u.setValue("cachedUserDetails", Hn(t.cachedUserDetails)), u.setValue("sdkVersion", "2.0.1-staging.1"), (o = t.modules) !== null && o !== void 0 && o.experimentalAudioPlayback && u.setValue("audioPlayback", new JO()), u;
|
|
28069
28069
|
} }]);
|
|
28070
28070
|
}());
|
|
28071
28071
|
al([ir("0002"), Di.executeWithLock({ methodName: "meeting.join", lockName: "Client.join", timeout: 3e3 })], fa.prototype, "join", 1);
|