@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.
- 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 +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1786,7 +1786,6 @@ declare class SocketService {
|
|
|
1786
1786
|
capabilities: SocketServiceCapabilities;
|
|
1787
1787
|
});
|
|
1788
1788
|
updateURL(peerID: string): void;
|
|
1789
|
-
private static getSocketEdgeDomain;
|
|
1790
1789
|
get url(): string;
|
|
1791
1790
|
connect(): Promise<void>;
|
|
1792
1791
|
disconnect(): void;
|
|
@@ -3013,9 +3012,6 @@ interface UserDetailsResponseV2 {
|
|
|
3013
3012
|
meeting: {
|
|
3014
3013
|
title: string;
|
|
3015
3014
|
};
|
|
3016
|
-
socket: {
|
|
3017
|
-
baseUri: string;
|
|
3018
|
-
};
|
|
3019
3015
|
}
|
|
3020
3016
|
type LeaveRoomState = 'kicked' | 'ended' | 'left' | 'rejected' | 'connected-meeting' | 'disconnected' | 'failed' | 'stageLeft';
|
|
3021
3017
|
declare class SelfController {
|
|
@@ -4115,7 +4111,6 @@ type ContextState = {
|
|
|
4115
4111
|
peerId?: string;
|
|
4116
4112
|
apiBase?: string;
|
|
4117
4113
|
baseURI?: string;
|
|
4118
|
-
socketBaseURI?: string;
|
|
4119
4114
|
onError?: (error: ClientError) => void;
|
|
4120
4115
|
stageStatus?: StageStatus;
|
|
4121
4116
|
organizationId?: string;
|