2.2.0 (February 21, 2020)
New Features
- You will now be disconnected from a Room with a
MediaDTLSTransportFailedError
(error code 53407)
when media cannot published to the Room due to a DTLS handshake failure. (JSDK-2552) - Media reconnections are now time-bound. Now, if the media connection to the Room
is not recovered after a certain time period, which is 30 seconds for now, then you
will be disconnected from the Room with aMediaConnectionError
(error code 53405). (JSDK-2552)
Bug Fixes
- Fixed a bug where switching between networks (or connecting to VPN) sometimes caused media flow to stop. (JSDK-2667)
- Fixed a bug where twilio-video.js failed to load due to a TypeError on Chrome iOS. (JSDK-2670)