WebRTC-Camera-Resolution
WebRTC-Camera-Resolution copied to clipboard
navigator.getUserMedia is deprecated (and doesn't work on ios)
navigator.getUserMedia is deprecated and should not be used.
navigator.getUserMedia only seems to be used in the initial check here. Later, it is correctly used as navigator.mediaDevices.getUserMedia in stead
simply updating the initial check fixes this. (tested on ipad)
My guess would be that this was not updated by accident