@cloudflare/realtimekit 0.5.0-staging.113 → 0.5.0-staging.114
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 +14 -14
- package/dist/index.cjs.js +14 -14
- package/dist/index.d.ts +3 -0
- package/dist/index.es.js +2026 -2006
- package/dist/index.rn.js +14 -14
- package/dist/ts3.4/dist/index.d.ts +3 -0
- package/package.json +1 -1
|
@@ -3840,6 +3840,9 @@ type LogData$2 = {
|
|
|
3840
3840
|
peerIds?: string[];
|
|
3841
3841
|
producers?: ProducerState[];
|
|
3842
3842
|
sdp?: RTCSessionDescription['sdp'];
|
|
3843
|
+
queueSizeAtStart?: number;
|
|
3844
|
+
taskStartTime?: number;
|
|
3845
|
+
subTasksSize?: number;
|
|
3843
3846
|
};
|
|
3844
3847
|
type EventSeverities = SupportedEventSeverities;
|
|
3845
3848
|
type LogData$1 = LogData$2;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudflare/realtimekit",
|
|
3
|
-
"version": "0.5.0-staging.
|
|
3
|
+
"version": "0.5.0-staging.114",
|
|
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",
|