@cloudflare/realtimekit-react 1.2.0-staging.13 → 1.2.0-staging.14

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/index.es.js CHANGED
@@ -19105,7 +19105,7 @@ class Ot extends qa {
19105
19105
  }
19106
19106
  e && !a && n(this, Ie).getValue("callstats").audioOff(), r && !o && n(this, Ie).getValue("callstats").videoOff(), yield n(this, ye).setMediaTrack(a), yield n(this, ge).setMediaTrack(o);
19107
19107
  try {
19108
- this.setupSpeaker();
19108
+ yield this.setupSpeaker();
19109
19109
  } catch (d) {
19110
19110
  }
19111
19111
  if (o) {
@@ -30679,7 +30679,7 @@ let ii = (em = class {
30679
30679
  video: true
30680
30680
  };
30681
30681
  return a.setValue("options", e), a.setValue("peerId", t), a.setValue("modules", o), a.setValue("sdkName", "web-core"), a.setValue("meetingId", r), a.setValue("apiBase", i.apiBase), a.setValue("baseURI", i.baseURI), a.setValue("userId", i.participantId), a.setValue("organizationId", i.orgId), a.setValue("authToken", e.authToken), a.setValue("overrides", (d = e.overrides) != null ? d : {}), a.setValue("env", TR({ baseURI: i.baseURI })), a.setValue("defaults", c), a.setValue("onError", e.onError || (() => {
30682
- })), a.setValue("cachedUserDetails", bs(e.cachedUserDetails)), a.setValue("sdkVersion", "3.2.0-staging.13"), (l = e.modules) != null && l.experimentalAudioPlayback && a.setValue("audioPlayback", new i1()), a;
30682
+ })), a.setValue("cachedUserDetails", bs(e.cachedUserDetails)), a.setValue("sdkVersion", "3.2.0-staging.14"), (l = e.modules) != null && l.experimentalAudioPlayback && a.setValue("audioPlayback", new i1()), a;
30683
30683
  }
30684
30684
  join() {
30685
30685
  return u(this, null, function* () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/realtimekit-react",
3
- "version": "1.2.0-staging.13",
3
+ "version": "1.2.0-staging.14",
4
4
  "description": "A real-time video and audio SDK for building custom, collaborative communication experiences.",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "private": false,
22
22
  "dependencies": {
23
- "@cloudflare/realtimekit": "1.2.0-staging.13"
23
+ "@cloudflare/realtimekit": "1.2.0-staging.14"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">=16.8.6"