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

WebRTC Camera Resolution Finder

Results 3 WebRTC-Camera-Resolution issues
Sort by recently updated
recently updated
newest added

The `let stream` declaration at the start adds the `stream` variable to the script's scope. Unfortunately, this means that all references to `stream` such as in [gum()](https://github.com/mikeybanez/WebRTC-Camera-Resolution/blob/a5886eff08b96df5958792a52c4aa58b88f0f730/js/resolutionScan.js#L158) do not refer...

There's a strange bug I noticed on both **Firefox 49** and **50** where the Actual reported resolution differs between Quick Scan and FullScan. For example: - requesting the 640x360 (360p(nHD))...

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...