@cloudflare/realtimekit 1.1.4-staging.2 → 1.1.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
@@ -2920,6 +2920,7 @@ declare class RTKStage extends RTKTypedEventEmitter<StageEvents> {
2920
2920
  cancelRequestAccess(): Promise<void>;
2921
2921
  grantAccess(userIds: string[]): Promise<void>;
2922
2922
  denyAccess(userIds: string[]): Promise<void>;
2923
+ get peerId(): string;
2923
2924
  join(): Promise<void>;
2924
2925
  leave(): Promise<void>;
2925
2926
  kick(userIds: string[]): Promise<{