Skip to main content

RELAY JS SDK 3.18.0 Release

· One min read
Renae Sowald

We are happy to announce JavaScript SDK 3.18.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.18 of the JS SDK is a minor maintenance release with one improvement laying the groundwork for future features.

Improvements

  • We now allow a WebRTC connection to reconnect after a network change so that, for example, a video call can continue uninterrupted despite a network blip or page refresh. 4148281
  • To support this improvement, we exposed new events on RoomSession to detect the media state: media.connected, media.disconnected and media.reconnecting. 4148281