@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.
@@ -3222,7 +3222,6 @@ declare class ConnectedMeetings extends TypedEventEmitter<ConnectedMeetingsEvent
3222
3222
  constructor(context: Context<ContextState>);
3223
3223
  meetings: ConnectedMeeting[];
3224
3224
  parentMeeting: ConnectedMeeting;
3225
- get supportsConnectedMeetings(): boolean;
3226
3225
  get isActive(): boolean;
3227
3226
  private validateAlterAction;
3228
3227
  private validateMoveAction;