RELAY JS SDK 3.12.1 Release
· One min read
We are happy to announce JavaScript SDK 3.12.1.
Upgrading is straightforward with our release process, which adheres to Semantic Versioning. Minor versions are guaranteed to not have breaking changes, so you can upgrade with confidence.
This is a maintenance release that contains a couple of minor fixes.
Fixes
- Fix issue with missing constructors on
react-native
. (#574) 4e35e0ac - Add default width/height for video constraints. (#578) 2bd390de
- Fix a possible condition where the localVideo overlay shows up after a video mute and video unmute in sequence without any layout changes in between. (#579) 3cd2bab2