@cloudflare/realtimekit 1.1.0-staging.16 → 1.1.0-staging.17
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 +2 -2
- package/dist/index.cjs.js +2 -2
- package/dist/index.es.js +3 -3
- package/dist/index.rn.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -27504,8 +27504,8 @@ const mS = (vu = class {
|
|
|
27504
27504
|
) || !s))
|
|
27505
27505
|
try {
|
|
27506
27506
|
const e = [];
|
|
27507
|
-
if (s.canProduceVideo === j.Allowed && e.push(this.shareWebcam(uD(
|
|
27508
|
-
const r = lD(
|
|
27507
|
+
if (s.canProduceVideo === j.Allowed && e.push(this.shareWebcam(uD(false))), s.canProduceAudio === j.Allowed) {
|
|
27508
|
+
const r = lD(false);
|
|
27509
27509
|
r && e.push(this.shareMic(r));
|
|
27510
27510
|
}
|
|
27511
27511
|
e.length > 0 && (yield Promise.all(e));
|
|
@@ -30369,7 +30369,7 @@ let si = (qg = class {
|
|
|
30369
30369
|
video: true
|
|
30370
30370
|
};
|
|
30371
30371
|
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 || (() => {
|
|
30372
|
-
})), n.setValue("cachedUserDetails", _s(e.cachedUserDetails)), n.setValue("sdkVersion", "3.1.0-staging.
|
|
30372
|
+
})), n.setValue("cachedUserDetails", _s(e.cachedUserDetails)), n.setValue("sdkVersion", "3.1.0-staging.17"), (u = e.modules) != null && u.experimentalAudioPlayback && n.setValue("audioPlayback", new sO()), n;
|
|
30373
30373
|
}
|
|
30374
30374
|
join() {
|
|
30375
30375
|
return l(this, null, function* () {
|