@cloudflare/realtimekit 1.1.4-staging.2 → 1.1.4-staging.3
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/browser.js +13 -13
- package/dist/index.cjs.js +14 -14
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +497 -489
- package/dist/index.rn.js +14 -14
- package/dist/ts3.4/dist/index.d.ts +1 -0
- package/package.json +1 -1
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<{
|