I\'m trying to get highest video resolution as possible through JS navigator.getUserMedia. I know about constraints, but don\'t know how to choose right in my c
navigator.getUserMedia
You can check this utility to check the available resolutions of your devices:
https://webrtchacks.github.io/WebRTC-Camera-Resolution/
It is useful for troubleshooting purposes.
Hope you find it interesting!