Skip to content

webrtc-js-sdk v6.11.0

Compare
Choose a tag to compare
@rbbnbot rbbnbot released this 30 May 17:12
· 4 commits to master since this release

6.11.0 - 2024-05-30

Fixed

  • Fixed a Subscription issue where the config.subscription.expires value could be set too short, causing the user to be unsubscribed after some time. KJS-1996
    • The minimum value for config.subscription.expires is 60 seconds.
  • Fixed issue where an exception is thrown if the remote proxy channel is broken during a call and an operation is attempted. KJS-2167