Skip to main content

RELAY JS SDK 3.16.0 Release

· One min read
Renae Sowald

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.

SignalWire Release Card

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 and video properties in the RoomSession constructor has been deprecated. Specify them in the join method instead.

Fixes

  • We fixed the updateCamera and updateMicrophone logic to apply room changes to the localStream. 64e13ec