RELAY JS SDK 3.16.0 Release
· One min read
We are happy to announce JavaScript SDK 3.16.0.
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.
Version 3.16.0 is a minor release that contains a couple of fixes and improvements.
Improvements
-
We have enhanced the Video
roomSession.join()
signature with an optional argument to control the sending and receiving of media. baf34a8 -
The JavaScript SDK now exposes
.disconnect()
on PubSub and Chat clients. 8132100
Deprecations
- Setting the
audio
andvideo
properties in the RoomSession constructor has been deprecated. Specify them in thejoin
method instead.
Fixes
- We fixed the
updateCamera
andupdateMicrophone
logic to apply room changes to the localStream. 64e13ec