@cloudflare/realtimekit 0.5.0-staging.52 → 0.5.0-staging.54
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/react.d.ts +1 -1
- package/dist/ts3.4/dist/react.d.ts +1 -1
- package/package.json +1 -1
package/dist/react.d.ts
CHANGED
|
@@ -4791,7 +4791,7 @@ declare function RTKProvider({ value, children, fallback, }: {
|
|
|
4791
4791
|
interface RealtimeKitClientParams {
|
|
4792
4792
|
resetOnLeave?: boolean;
|
|
4793
4793
|
}
|
|
4794
|
-
declare const useRealtimeKitClient: (e
|
|
4794
|
+
declare const useRealtimeKitClient: (e?: RealtimeKitClientParams) => readonly [RealtimeKitClient | undefined, (options: RealtimeKitClientOptions) => Promise<RealtimeKitClient | undefined>];
|
|
4795
4795
|
declare const RealtimeKitProvider: typeof RTKProvider;
|
|
4796
4796
|
declare const useRealtimeKitMeeting: () => () => {
|
|
4797
4797
|
meeting: RealtimeKitClient;
|
|
@@ -4689,7 +4689,7 @@ declare function RTKProvider({ value, children, fallback, }: {
|
|
|
4689
4689
|
interface RealtimeKitClientParams {
|
|
4690
4690
|
resetOnLeave?: boolean;
|
|
4691
4691
|
}
|
|
4692
|
-
declare const useRealtimeKitClient: (e
|
|
4692
|
+
declare const useRealtimeKitClient: (e?: RealtimeKitClientParams) => readonly [
|
|
4693
4693
|
RealtimeKitClient | undefined,
|
|
4694
4694
|
(options: RealtimeKitClientOptions) => Promise<RealtimeKitClient | undefined>
|
|
4695
4695
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudflare/realtimekit",
|
|
3
|
-
"version": "0.5.0-staging.
|
|
3
|
+
"version": "0.5.0-staging.54",
|
|
4
4
|
"description": "A real-time video and audio SDK for building custom, collaborative communication experiences.",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.es.js",
|