You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 a MediaConnectionError (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)