Skip to main content

RELAY JS SDK 3.11.0 Release

· One min read
Renae Sowald

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

Today we are releasing version 3.11 of the JavaScript SDK. It includes fixes and minor improvements.

Fixes

  • Fix to allow the JS SDK to be used in the Shadow DOM. (#497) 5560cbb
  • Fix regression on createRoomObject method. (#494) 40d41da
  • Disconnect the underlay client in case of signaling and/or media errors. (#490) 53ffb3b
  • Improve typings of the public interface for the Chat namespace (#532) to clarify that methods return nothing. d1073d4
  • Expose all the active recordings on the room.joined event (#501) 5c96bf8
  • Force video elements to play when paused by UA (#509) 3671a64

Improvements

  • We have introduced the PubSub namespace to keep the minimal PubSub functionality available to users as Chat continues to develop (#533) b6d5bb3