@cloudflare/realtimekit 1.5.2-staging.4 → 1.5.2-staging.6
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/ClientMock.cjs.js +2 -2
- package/dist/EncryptionManager.d.ts +1 -2
- package/dist/browser.js +11 -11
- package/dist/dependencies.txt +2 -2
- package/dist/index.cjs.js +8 -8
- package/dist/index.d.ts +1 -2
- package/dist/index.es.js +6014 -5961
- package/dist/index.es5.js +4420 -4351
- package/dist/index.rn.js +8 -8
- package/dist/ts3.4/dist/EncryptionManager.d.ts +1 -2
- package/dist/ts3.4/dist/index.d.ts +1 -2
- package/package.json +2 -2
|
@@ -3186,7 +3186,6 @@ declare class ConnectedMeetings extends TypedEventEmitter<ConnectedMeetingsEvent
|
|
|
3186
3186
|
constructor(context: Context<ContextState>);
|
|
3187
3187
|
meetings: ConnectedMeeting[];
|
|
3188
3188
|
parentMeeting: ConnectedMeeting;
|
|
3189
|
-
readonly supportsConnectedMeetings: boolean;
|
|
3190
3189
|
readonly isActive: boolean;
|
|
3191
3190
|
private validateAlterAction;
|
|
3192
3191
|
private validateMoveAction;
|
|
@@ -3936,7 +3935,7 @@ declare class MediaNodeClient {
|
|
|
3936
3935
|
constructor(context: Context<ContextState>, options: MediaNodeClientOptions);
|
|
3937
3936
|
mediaJoined: boolean;
|
|
3938
3937
|
reset(): void;
|
|
3939
|
-
joinRoom(displayName: string, roomUuid: string,
|
|
3938
|
+
joinRoom(displayName: string, roomUuid: string, rejoining?: boolean, permissions?: MediaPermissions): Promise<{
|
|
3940
3939
|
roomJoined: boolean;
|
|
3941
3940
|
error?: Error;
|
|
3942
3941
|
}>;
|
|
@@ -3659,7 +3659,7 @@ declare class MediaNodeClient {
|
|
|
3659
3659
|
constructor(context: Context<ContextState>, options: MediaNodeClientOptions);
|
|
3660
3660
|
mediaJoined: boolean;
|
|
3661
3661
|
reset(): void;
|
|
3662
|
-
joinRoom(displayName: string, roomUuid: string,
|
|
3662
|
+
joinRoom(displayName: string, roomUuid: string, rejoining?: boolean, permissions?: MediaPermissions): Promise<{
|
|
3663
3663
|
roomJoined: boolean;
|
|
3664
3664
|
error?: Error;
|
|
3665
3665
|
}>;
|
|
@@ -3779,7 +3779,6 @@ declare class ConnectedMeetings extends TypedEventEmitter$1<ConnectedMeetingsEve
|
|
|
3779
3779
|
constructor(context: Context<ContextState>);
|
|
3780
3780
|
meetings: ConnectedMeeting[];
|
|
3781
3781
|
parentMeeting: ConnectedMeeting;
|
|
3782
|
-
readonly supportsConnectedMeetings: boolean;
|
|
3783
3782
|
readonly isActive: boolean;
|
|
3784
3783
|
private validateAlterAction;
|
|
3785
3784
|
private validateMoveAction;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudflare/realtimekit",
|
|
3
|
-
"version": "1.5.2-staging.
|
|
3
|
+
"version": "1.5.2-staging.6",
|
|
4
4
|
"description": "A real-time video and audio SDK for building custom, collaborative communication experiences.",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.es.js",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"type-fest": "^2.12.1",
|
|
99
99
|
"@cloudflare/realtimekit-callstats": "8.0.0",
|
|
100
100
|
"@dyteinternals/proto-entities": "2.112.0",
|
|
101
|
-
"@cloudflare/realtimekit-sockrates": "0.
|
|
101
|
+
"@cloudflare/realtimekit-sockrates": "0.2.0",
|
|
102
102
|
"@cloudflare/realtimekit-utils": "1.0.0"
|
|
103
103
|
},
|
|
104
104
|
"scripts": {
|