WebRTC-Camera-Resolution icon indicating copy to clipboard operation
WebRTC-Camera-Resolution copied to clipboard

navigator.getUserMedia is deprecated (and doesn't work on ios)

Open matthiaz opened this issue 7 months ago • 0 comments

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

matthiaz avatar Jul 18 '24 10:07 matthiaz