@cloudflare/realtimekit 2.0.2-staging.8 → 2.0.3-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.
@@ -1817,7 +1817,6 @@ declare class SocketService {
1817
1817
  capabilities: SocketServiceCapabilities;
1818
1818
  });
1819
1819
  updateURL(peerID: string): void;
1820
- private static getSocketEdgeDomain;
1821
1820
  get url(): string;
1822
1821
  connect(): Promise<void>;
1823
1822
  disconnect(): void;
@@ -2520,9 +2519,6 @@ interface UserDetailsResponseV2 {
2520
2519
  meeting: {
2521
2520
  title: string;
2522
2521
  };
2523
- socket: {
2524
- baseUri: string;
2525
- };
2526
2522
  }
2527
2523
  type LeaveRoomState = 'kicked' | 'ended' | 'left' | 'rejected' | 'connected-meeting' | 'disconnected' | 'failed' | 'stageLeft';
2528
2524
  declare class SelfController {
@@ -4165,7 +4161,6 @@ type ContextState = {
4165
4161
  peerId?: string;
4166
4162
  apiBase?: string;
4167
4163
  baseURI?: string;
4168
- socketBaseURI?: string;
4169
4164
  onError?: (error: ClientError) => void;
4170
4165
  stageStatus?: StageStatus;
4171
4166
  organizationId?: string;