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
Ah, cool! Hadn't done a thorough search, just looking into AR for the first time now and noticed that the demo wasn't working on Chrome. Will look into your new API.
MediaStreamTrack.getSources() was removed in Chrome 56,
https://www.chromestatus.com/feature/4765305641369600
the recommended solution is to use MediaDevices.enumerateDevices() instead.
The text was updated successfully, but these errors were encountered: