Skip to content

@signalwire/js v3.11.0

Compare
Choose a tag to compare
@rsowald rsowald released this 20 May 01:20
· 572 commits to main since this release
ad778c3

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