@whereby.com/core 0.2.0-beta.0 → 0.3.0
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 +1 -1
- package/dist/index.js +1307 -275
- package/dist/utils.js +1 -1
- package/package.json +5 -5
- /package/dist/{debounce-IlgXge5U.js → debounce-B-cWYxqK.js} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -2965,7 +2965,7 @@ declare const selectScreenshares: ((state: {
|
|
|
2965
2965
|
memoize: typeof reselect.weakMapMemoize;
|
|
2966
2966
|
};
|
|
2967
2967
|
|
|
2968
|
-
type ConnectionStatus = "initializing" | "connecting" | "connected" | "reconnect" | "room_locked" | "knocking" | "disconnecting" | "disconnected" | "knock_rejected";
|
|
2968
|
+
type ConnectionStatus = "initializing" | "connecting" | "connected" | "reconnect" | "room_locked" | "knocking" | "disconnecting" | "disconnected" | "knock_rejected" | "kicked";
|
|
2969
2969
|
/**
|
|
2970
2970
|
* Reducer
|
|
2971
2971
|
*/
|