Skip to content

1.2.2

Compare
Choose a tag to compare
@markandrus markandrus released this 14 Sep 23:59
· 1766 commits to master since this release

1.2.2 (August 22, 2017)

This is primarily a bug fix release; however, we've also factored out two
dependencies (@twilio/sip.js and @twilio/webrtc) for easier management of the
project.

Bug Fixes

  • In Chrome, Room#getStats() did not provide valid values for those Participants
    with more than one Track of the same kind (audio or video). (JSDK-1329)
  • Fixed a rare scenario where the SDK could "get stuck" negotiating with the
    server. We are evaluating whether or not to patch this behavior server-side
    as well, so that older clients can receive the fix, too. (JSDK-1454)