@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/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-alpha16";
353
+ declare const sdkVersion = "2.0.0-alpha17";
354
354
 
355
355
  export { _default as VideoView, sdkVersion, useLocalMedia, useRoomConnection };