@cloudflare/realtimekit 1.5.2-staging.4 → 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 +1 -1
- 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 -1
- package/dist/index.es.js +5998 -5941
- package/dist/index.es5.js +4453 -4381
- package/dist/index.rn.js +8 -8
- package/dist/ts3.4/dist/EncryptionManager.d.ts +1 -1
- package/dist/ts3.4/dist/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -3936,7 +3936,7 @@ declare class MediaNodeClient {
|
|
|
3936
3936
|
constructor(context: Context<ContextState>, options: MediaNodeClientOptions);
|
|
3937
3937
|
mediaJoined: boolean;
|
|
3938
3938
|
reset(): void;
|
|
3939
|
-
joinRoom(displayName: string, roomUuid: string,
|
|
3939
|
+
joinRoom(displayName: string, roomUuid: string, rejoining?: boolean, permissions?: MediaPermissions): Promise<{
|
|
3940
3940
|
roomJoined: boolean;
|
|
3941
3941
|
error?: Error;
|
|
3942
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
|
}>;
|
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": {
|