@cloudflare/realtimekit 1.5.2-staging.5 → 1.5.2-staging.6

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.
@@ -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.5",
3
+ "version": "1.5.2-staging.6",
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",