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
Video Insights can be enabled or disabled by setting insights to true or false in the ConnectOptions. insights defaults to true. We recommend to
leave Video Insights enabled in order to aid troubleshooting.
Bug Fixes
Added some missing documentation to ConnectOptions and
CreateLocalTracksOptions. Both options objects accept audio and video
properties which may be set to a boolean or MediaTrackConstraints.
We added this to the documentation. (JSDK-1365)
Fixed a bug where twilio-video.js would continue polling for configuration
data, despite being disconnected from a Room and despite the Access Token
having expired. (JSDK-1407)