@cloudflare/realtimekit 1.0.2-staging.5 → 1.0.2-staging.7
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 +2 -2
- package/dist/index.rn.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -22786,7 +22786,7 @@ class m0 extends Ut {
|
|
|
22786
22786
|
g = false, this.localMediaHandler = i.getValue("defaults").mediaHandler.localMediaHandler;
|
|
22787
22787
|
else if (navigator.RNLocalMediaHandlerImpl) {
|
|
22788
22788
|
const { RNLocalMediaHandlerImpl: T } = navigator;
|
|
22789
|
-
this.localMediaHandler = yield T.init();
|
|
22789
|
+
this.localMediaHandler = yield T.init(e);
|
|
22790
22790
|
} else
|
|
22791
22791
|
this.localMediaHandler = new Dt(
|
|
22792
22792
|
i,
|
|
@@ -29945,7 +29945,7 @@ let jr = (Sm = class {
|
|
|
29945
29945
|
var c;
|
|
29946
29946
|
const n = Fi.createContext(t, e), o = O(O({}, BP), e == null ? void 0 : e.modules);
|
|
29947
29947
|
return 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", HP({ baseURI: i.baseURI })), n.setValue("defaults", e.defaults || { audio: true, video: true }), n.setValue("onError", e.onError || (() => {
|
|
29948
|
-
})), n.setValue("cachedUserDetails", vs(e.cachedUserDetails)), n.setValue("sdkVersion", "3.0.2-staging.
|
|
29948
|
+
})), n.setValue("cachedUserDetails", vs(e.cachedUserDetails)), n.setValue("sdkVersion", "3.0.2-staging.7"), n;
|
|
29949
29949
|
}
|
|
29950
29950
|
join() {
|
|
29951
29951
|
return u(this, null, function* () {
|