react-twilio-video-post
react-twilio-video-post copied to clipboard
Uncaught Error: Cannot transition from "disconnected" to "disconnected"
Running your example, on reload of a connected clients browser or close of the window/tab, this error shows in the browser console:
twilio-conversations.min.js:91 Uncaught Error: Cannot transition from "disconnected" to "disconnected".
This also results in preventing all of the connected clients from properly disconnected and unmounting the react component. Any ideas how to fix this?
+1
+1