Expected result: The playground works and show the camera feed overlayed with ASCII art.
Current result: Black box is shown on Firefox (also nightly) and Edge, only Chrome (latest) seem to function.
It appears the code uses deprecated features, which Firefox calls out. Edge fails with the mention "not found". The following is a screenshot from Firefox developer tools:
It appears the code uses deprecated features, which Firefox calls out. Edge fails with the mention "not found". The following is a screenshot from Firefox developer tools:

Using search, it appears this function (and functionality) is found in a few places: https://github.com/BabylonJS/Babylon.js/search?q=mozGetUserMedia&type=Code&utf8=%E2%9C%93. The way to fix could be something along these lines: https://github.com/webrtc/adapter/issues/772#issuecomment-364425723.
The text was updated successfully, but these errors were encountered: