@cloudflare/realtimekit-react 0.5.0-staging.97 → 0.5.0-staging.98
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.cjs.js +2 -2
- package/dist/index.es.js +2 -2
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -24892,7 +24892,7 @@ function OO(s) {
|
|
|
24892
24892
|
function qc(s) {
|
|
24893
24893
|
return {
|
|
24894
24894
|
codecs: DO(s.codecs),
|
|
24895
|
-
headerExtensions: OO(s.headerExtensions)
|
|
24895
|
+
headerExtensions: OO(s.headerExtensions ? s.headerExtensions : [])
|
|
24896
24896
|
};
|
|
24897
24897
|
}
|
|
24898
24898
|
function NO(s) {
|
|
@@ -27604,7 +27604,7 @@ class oe {
|
|
|
27604
27604
|
])), v(this, Gi, /* @__PURE__ */ new Map([
|
|
27605
27605
|
["video/VP9", /* @__PURE__ */ new Set()],
|
|
27606
27606
|
["video/VP8", /* @__PURE__ */ new Set()]
|
|
27607
|
-
])), v(this, jr, e), v(this, lt, i), v(this, Hi, false), v(this, W, new JO(t, i, e)), v(this, St, o(this, W).events), v(this, ir, /* @__PURE__ */ new Set()), v(this, Et, /* @__PURE__ */ new Map()), v(this, qi, false), v(this, Gr, new Pd()), e === Ye.CF && v(this, It, new fo(
|
|
27607
|
+
])), v(this, jr, e), v(this, lt, i), v(this, Hi, false), v(this, W, new JO(t, i, e)), v(this, St, o(this, W).events), v(this, ir, /* @__PURE__ */ new Set()), v(this, Et, /* @__PURE__ */ new Map()), v(this, qi, false), v(this, Gr, new Pd()), e === Ye.CF && !navigator.isReactNative && v(this, It, new fo(
|
|
27608
27608
|
o(this, W).socketHandler.audioActivity.bind(o(this, W).socketHandler)
|
|
27609
27609
|
)), this.e2ee = (a = (n = t.getValue("modules").e2ee) == null ? void 0 : n.enabled) != null ? a : false, this.handleSocketEvents(), this.handleCallstatsEvents(), v(this, pc, gd(
|
|
27610
27610
|
() => u(this, null, function* () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudflare/realtimekit-react",
|
|
3
|
-
"version": "0.5.0-staging.
|
|
3
|
+
"version": "0.5.0-staging.98",
|
|
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",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"private": false,
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@cloudflare/realtimekit": "0.5.0-staging.
|
|
20
|
+
"@cloudflare/realtimekit": "0.5.0-staging.98"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"react": ">=16.8.6"
|