@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.
package/dist/index.d.ts CHANGED
@@ -2056,7 +2056,7 @@ declare class RoomSocketHandler {
2056
2056
  payload: Uint8Array;
2057
2057
  }>;
2058
2058
  broadcastToPeers(type: string, peerIds: string[], payload: BroadcastMessagePayload): Promise<boolean>;
2059
- leaveRoom(): Promise<void>;
2059
+ leaveRoom(): boolean;
2060
2060
  kick(peerId: string): Promise<void>;
2061
2061
  kickAll(propagateKickAll?: boolean): Promise<void>;
2062
2062
  getWaitingRoomRequests(): void;