@cloudflare/realtimekit 0.5.0-staging.98 → 0.5.0-staging.99

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
@@ -4010,8 +4010,8 @@ declare class MediaNodeClient {
4010
4010
  unmuteSelf(): Promise<void>;
4011
4011
  resetVideoProducers(videoTrack: MediaStreamTrack, screenShareTrack?: MediaStreamTrack): Promise<void>;
4012
4012
  changeDisplayName(displayName: string, peerId?: string): Promise<void>;
4013
- kick(peerId: string): Promise<void>;
4014
- kickAll(): Promise<void>;
4013
+ kick(peerId: string): void;
4014
+ kickAll(): void;
4015
4015
  muteAll(_allowUnMute: boolean): Promise<void>;
4016
4016
  muteAllVideo(): Promise<void>;
4017
4017
  disableAudio(peerId: string): Promise<void>;