@cloudflare/realtimekit 1.5.2-staging.3 → 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.
@@ -3224,7 +3224,8 @@ declare class ConnectedMeetings extends TypedEventEmitter<ConnectedMeetingsEvent
3224
3224
  parentMeeting: ConnectedMeeting;
3225
3225
  get supportsConnectedMeetings(): boolean;
3226
3226
  get isActive(): boolean;
3227
- private validateConnectedMeetingsAction;
3227
+ private validateAlterAction;
3228
+ private validateMoveAction;
3228
3229
  getConnectedMeetings(): Promise<{
3229
3230
  parentMeeting: ConnectedMeeting;
3230
3231
  meetings: ConnectedMeeting[];