@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
package/dist/index.d.ts
CHANGED
|
@@ -3871,6 +3871,9 @@ type LogData$2 = {
|
|
|
3871
3871
|
peerIds?: string[];
|
|
3872
3872
|
producers?: ProducerState[];
|
|
3873
3873
|
sdp?: RTCSessionDescription['sdp'];
|
|
3874
|
+
queueSizeAtStart?: number;
|
|
3875
|
+
taskStartTime?: number;
|
|
3876
|
+
subTasksSize?: number;
|
|
3874
3877
|
};
|
|
3875
3878
|
|
|
3876
3879
|
type EventSeverities = SupportedEventSeverities;
|