mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-10139: [verto.js] $.FSRTC.bestResSupported() returns true for any res #resolve
This commit is contained in:
@@ -1003,8 +1003,8 @@
|
||||
resI++;
|
||||
|
||||
video = {
|
||||
width: w,
|
||||
height: h
|
||||
width: {exact: w},
|
||||
height: {exact: h}
|
||||
//"minWidth": w,
|
||||
//"minHeight": h,
|
||||
//"maxWidth": w,
|
||||
|
Reference in New Issue
Block a user