@cloudflare/realtimekit 2.0.2 → 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.
- package/dist/EncryptionManager.cjs.js +1 -1
- package/dist/EncryptionManager.d.ts +0 -5
- package/dist/EncryptionManager.es.js +119 -119
- package/dist/browser.js +11 -11
- package/dist/dependencies.txt +1 -1
- package/dist/index.cjs.js +8 -8
- package/dist/index.d.ts +0 -5
- package/dist/index.es.js +2931 -2922
- package/dist/index.es5.js +2134 -2129
- package/dist/index.rn.js +8 -8
- package/dist/ts3.4/dist/EncryptionManager.d.ts +0 -5
- package/dist/ts3.4/dist/index.d.ts +0 -5
- package/package.json +2 -3
|
@@ -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;
|