mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
Merge pull request #404 in FS/freeswitch from ~JONATASOLIVEIRA/freeswitch:bugfix/FS-7977-selecting-the-highest-supported-resolution-isnt-working to master
* commit '880fb810d045458a05f06a4f65353bc61f69ba99': FS-7977 - [Verto Communicator] Fixing default resolution and cleaning code
This commit is contained in:
@@ -1040,7 +1040,11 @@ var iceTimer;
|
||||
var checkRes = function (cam, func) {
|
||||
|
||||
if (resI >= resList.length) {
|
||||
if (func) return func();
|
||||
var res = {
|
||||
'validRes': $.FSRTC.validRes,
|
||||
'bestResSupported': $.FSRTC.bestResSupported()
|
||||
};
|
||||
if (func) return func(res);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user