@cloudflare/realtimekit 1.1.5 → 1.1.6-staging.1

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
@@ -5388,6 +5388,7 @@ interface ProducerState {
5388
5388
  producingTransportId: string;
5389
5389
  producingPeerId: string;
5390
5390
  mimeType?: string;
5391
+ consumer?: Partial<Consumer>;
5391
5392
  }
5392
5393
  interface Participant {
5393
5394
  id: string;