Skip to main content

RELAY JS SDK 3.17.0 Release

· One min read
Renae Sowald

We are happy to announce JavaScript SDK 3.17.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

The latest version of the JavaScript SDK is out. It has mostly fixes and a minor improvement.

Improvements

  • Added a permissions property on the Video RoomSession object to list the permissions available to the member. c1b5025

Fixes

  • Fixed layout.changed types for consistent casing. 7a867dc
  • Fixed localVideo overlay updates when leaving and rejoining the same Video room. 37ab859
  • We have fixed types on the room.joined event to include all of the payload properties on the event. 6239655
  • We now use a ResizeObserver to detect root element changes and adapt Video room displays to fix an occasional issue with the footer floating in video content. 8dc3d43