mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-8245 #resolve [Video Resolutions available in "Video Quality" drop down are not always correct]
This commit is contained in:
@@ -85,9 +85,6 @@
|
||||
|
||||
if (verto.options.deviceParams.useCamera) {
|
||||
$.FSRTC.getValidRes(verto.options.deviceParams.useCamera, verto.options.deviceParams.onResCheck);
|
||||
} else {
|
||||
verto.options.deviceParams.useCamera = "any";
|
||||
$.FSRTC.getValidRes(undefined, undefined);
|
||||
}
|
||||
|
||||
if (!verto.options.deviceParams.useMic) {
|
||||
|
Reference in New Issue
Block a user