@cloudflare/realtimekit 1.5.2-staging.2 → 1.5.2-staging.4
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 +2 -1
- package/dist/browser.js +9 -11
- package/dist/dependencies.txt +1 -1
- package/dist/index.cjs.js +7 -9
- package/dist/index.d.ts +2 -1
- package/dist/index.es.js +498 -470
- package/dist/index.es5.js +349 -333
- package/dist/index.rn.js +7 -9
- package/dist/ts3.4/dist/EncryptionManager.d.ts +2 -1
- package/dist/ts3.4/dist/index.d.ts +2 -1
- package/package.json +1 -1
|
@@ -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[];
|
|
@@ -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.4",
|
|
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",
|