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
This previous (now closed) issue features some codepen examples that also exhibit the issue: #170
Changing the videoConstraints or audioConstraints seems to freeze the entire browser, requiring a force close. I've tried to solve the issue by stopping media streams before switching the constraints, unmounting the Webcam component before remounting with the new constraints, and even a 5 second timeout (currently active in the example I linked)
Does anyone have a known solution for this?
ChrisZieba, jellevwezel, roffel, chernandez7, Cmarl and 1 more