@cloudflare/realtimekit 2.0.3-staging.3 → 2.0.3-staging.4

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.
@@ -2018,7 +2018,7 @@ declare class RoomSocketHandler {
2018
2018
  payload: Uint8Array;
2019
2019
  }>;
2020
2020
  broadcastToPeers(type: string, peerIds: string[], payload: BroadcastMessagePayload): Promise<boolean>;
2021
- leaveRoom(): Promise<void>;
2021
+ leaveRoom(): boolean;
2022
2022
  kick(peerId: string): Promise<void>;
2023
2023
  kickAll(propagateKickAll?: boolean): Promise<void>;
2024
2024
  getWaitingRoomRequests(): void;