@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/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;