@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.
package/dist/index.d.ts CHANGED
@@ -3815,7 +3815,8 @@ declare class ConnectedMeetings extends TypedEventEmitter$1<ConnectedMeetingsEve
3815
3815
  parentMeeting: ConnectedMeeting;
3816
3816
  get supportsConnectedMeetings(): boolean;
3817
3817
  get isActive(): boolean;
3818
- private validateConnectedMeetingsAction;
3818
+ private validateAlterAction;
3819
+ private validateMoveAction;
3819
3820
  getConnectedMeetings(): Promise<{
3820
3821
  parentMeeting: ConnectedMeeting;
3821
3822
  meetings: ConnectedMeeting[];