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
When running twilio video in localhost, the video is working just fine. However when it's deployed in AWS Amplify,
these 2 errors appear preventing the user from rendering the video Uncaught TypeError: o._sendNetworkQualityInputs is not a function index-2267d334.js:2446 Uncaught TypeError: Cannot read properties of undefined (reading 'state')
I have verified that the issue occurs with the latest twilio-video.js release and is not marked as a known issue in the CHANGELOG.md.
I reviewed the Common Issues and open GitHub issues and verified that this report represents a potentially new issue.
I verified that the Quickstart application works in my environment.
When running twilio video in localhost, the video is working just fine. However when it's deployed in AWS Amplify,
these 2 errors appear preventing the user from rendering the video
Uncaught TypeError: o._sendNetworkQualityInputs is not a function
index-2267d334.js:2446 Uncaught TypeError: Cannot read properties of undefined (reading 'state')
or sensitive account information (API keys, credentials, etc.) when reporting this issue.
Code to reproduce the issue:
https://jsfiddle.net/qjbzf37o/1/
Expected behavior:
TODO
Actual behavior:
TODO
Software versions:
The text was updated successfully, but these errors were encountered: