@whereby.com/browser-sdk 2.0.0-alpha12 → 2.0.0-alpha13

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/types.d.ts CHANGED
@@ -303,6 +303,6 @@ type RoomConnectionRef = {
303
303
  };
304
304
  declare function useRoomConnection(roomUrl: string, roomConnectionOptions: UseRoomConnectionOptions): RoomConnectionRef;
305
305
 
306
- declare const sdkVersion = "2.0.0-alpha12";
306
+ declare const sdkVersion = "2.0.0-alpha13";
307
307
 
308
308
  export { _default as VideoView, sdkVersion, useLocalMedia, useRoomConnection };