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

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
@@ -3813,7 +3813,6 @@ declare class ConnectedMeetings extends TypedEventEmitter$1<ConnectedMeetingsEve
3813
3813
  constructor(context: Context<ContextState>);
3814
3814
  meetings: ConnectedMeeting[];
3815
3815
  parentMeeting: ConnectedMeeting;
3816
- get supportsConnectedMeetings(): boolean;
3817
3816
  get isActive(): boolean;
3818
3817
  private validateAlterAction;
3819
3818
  private validateMoveAction;