@whereby.com/browser-sdk 2.0.0-alpha16 → 2.0.0-alpha17
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/lib.cjs +97 -145
- package/dist/lib.esm.js +97 -145
- package/dist/types.d.ts +1 -1
- package/dist/{v2-alpha16.js → v2-alpha17.js} +4 -4
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -350,6 +350,6 @@ type RoomConnectionRef = {
|
|
|
350
350
|
};
|
|
351
351
|
declare function useRoomConnection(roomUrl: string, roomConnectionOptions: UseRoomConnectionOptions): RoomConnectionRef;
|
|
352
352
|
|
|
353
|
-
declare const sdkVersion = "2.0.0-
|
|
353
|
+
declare const sdkVersion = "2.0.0-alpha17";
|
|
354
354
|
|
|
355
355
|
export { _default as VideoView, sdkVersion, useLocalMedia, useRoomConnection };
|