@cloudflare/realtimekit 2.0.2-staging.7 → 2.0.2

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
@@ -2225,14 +2225,8 @@ declare abstract class HandlerInterface<TransportPromiseEvents> extends Enhanced
2225
2225
  setRtpEncodingParameters(localId: string, params: any): Promise<void>;
2226
2226
  getSenderStats(localId: string): Promise<RTCStatsReport>;
2227
2227
  _addEventListeners(): void;
2228
- addCustomEventListeners(): void;
2229
2228
  }
2230
2229
 
2231
- type DCMessage = {
2232
- type: string;
2233
- payload: Record<string, unknown>;
2234
- };
2235
-
2236
2230
  type TransportPromiseEvents = {
2237
2231
  'close': {
2238
2232
  answer: RTCSessionDescriptionInit;
@@ -4505,11 +4499,6 @@ type LogData$2 = {
4505
4499
  consumerStateMap?: {
4506
4500
  [key: string]: ConsumerState;
4507
4501
  };
4508
- rtcChannel?: {
4509
- label?: string;
4510
- message?: DCMessage;
4511
- messageStringified?: string;
4512
- };
4513
4502
  localStorage?: {
4514
4503
  key?: string;
4515
4504
  value?: string;
@@ -4606,13 +4595,6 @@ type LogData$2 = {
4606
4595
  eventName: string;
4607
4596
  listenerCount: number;
4608
4597
  };
4609
- dataChannelMessageChunk?: {
4610
- id: string;
4611
- count: number;
4612
- chunkIndex: number;
4613
- chunk: string;
4614
- transprtId: string;
4615
- };
4616
4598
  peerIds?: string[];
4617
4599
  producers?: ProducerState[];
4618
4600
  sdp?: RTCSessionDescription['sdp'];