@cloudflare/realtimekit 1.5.2-staging.3 → 1.5.2-staging.5
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 +3 -2
- package/dist/browser.js +11 -13
- package/dist/dependencies.txt +2 -2
- package/dist/index.cjs.js +8 -10
- package/dist/index.d.ts +3 -2
- package/dist/index.es.js +6083 -5999
- package/dist/index.es5.js +4524 -4437
- package/dist/index.rn.js +8 -10
- package/dist/ts3.4/dist/EncryptionManager.d.ts +3 -2
- package/dist/ts3.4/dist/index.d.ts +3 -2
- package/package.json +2 -2
|
@@ -3188,7 +3188,8 @@ declare class ConnectedMeetings extends TypedEventEmitter<ConnectedMeetingsEvent
|
|
|
3188
3188
|
parentMeeting: ConnectedMeeting;
|
|
3189
3189
|
readonly supportsConnectedMeetings: boolean;
|
|
3190
3190
|
readonly isActive: boolean;
|
|
3191
|
-
private
|
|
3191
|
+
private validateAlterAction;
|
|
3192
|
+
private validateMoveAction;
|
|
3192
3193
|
getConnectedMeetings(): Promise<{
|
|
3193
3194
|
parentMeeting: ConnectedMeeting;
|
|
3194
3195
|
meetings: ConnectedMeeting[];
|
|
@@ -3935,7 +3936,7 @@ declare class MediaNodeClient {
|
|
|
3935
3936
|
constructor(context: Context<ContextState>, options: MediaNodeClientOptions);
|
|
3936
3937
|
mediaJoined: boolean;
|
|
3937
3938
|
reset(): void;
|
|
3938
|
-
joinRoom(displayName: string, roomUuid: string,
|
|
3939
|
+
joinRoom(displayName: string, roomUuid: string, rejoining?: boolean, permissions?: MediaPermissions): Promise<{
|
|
3939
3940
|
roomJoined: boolean;
|
|
3940
3941
|
error?: Error;
|
|
3941
3942
|
}>;
|
|
@@ -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
|
}>;
|
|
@@ -3781,7 +3781,8 @@ declare class ConnectedMeetings extends TypedEventEmitter$1<ConnectedMeetingsEve
|
|
|
3781
3781
|
parentMeeting: ConnectedMeeting;
|
|
3782
3782
|
readonly supportsConnectedMeetings: boolean;
|
|
3783
3783
|
readonly isActive: boolean;
|
|
3784
|
-
private
|
|
3784
|
+
private validateAlterAction;
|
|
3785
|
+
private validateMoveAction;
|
|
3785
3786
|
getConnectedMeetings(): Promise<{
|
|
3786
3787
|
parentMeeting: ConnectedMeeting;
|
|
3787
3788
|
meetings: ConnectedMeeting[];
|
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.5",
|
|
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": {
|