@cloudflare/realtimekit 1.5.2-staging.5 → 1.5.2-staging.7
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.d.ts +0 -1
- package/dist/browser.js +11 -11
- package/dist/dependencies.txt +1 -1
- package/dist/index.cjs.js +5 -5
- package/dist/index.d.ts +0 -1
- package/dist/index.es.js +167 -171
- package/dist/index.es5.js +157 -160
- package/dist/index.rn.js +5 -5
- package/dist/ts3.4/dist/EncryptionManager.d.ts +0 -1
- package/dist/ts3.4/dist/index.d.ts +0 -1
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -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.7",
|
|
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",
|