@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
package/dist/index.d.ts
CHANGED
|
@@ -3691,7 +3691,7 @@ declare class MediaNodeClient {
|
|
|
3691
3691
|
get mediaJoined(): boolean;
|
|
3692
3692
|
set mediaJoined(joined: boolean);
|
|
3693
3693
|
reset(): void;
|
|
3694
|
-
joinRoom(displayName: string, roomUuid: string,
|
|
3694
|
+
joinRoom(displayName: string, roomUuid: string, rejoining?: boolean, permissions?: MediaPermissions): Promise<{
|
|
3695
3695
|
roomJoined: boolean;
|
|
3696
3696
|
error?: Error;
|
|
3697
3697
|
}>;
|