From: Chad Phillips Date: Sun, 21 Oct 2018 22:38:14 +0000 (-0700) Subject: FS-11472: Remove Android frameRate.min OverconstrainedError hack X-Git-Tag: v1.8.3~1^2~23^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=850c0f411fa710aed286837f0eb666b1b6c5a8fb;p=thirdparty%2Ffreeswitch.git FS-11472: Remove Android frameRate.min OverconstrainedError hack https://freeswitch.org/jira/browse/FS-11285 put in a temporary hack to deal with https://bugs.chromium.org/p/chromium/issues/detail?id=862325, which has now been fixed as of Chrome 69 (70 is current stable). --- diff --git a/html5/verto/js/src/jquery.FSRTC.js b/html5/verto/js/src/jquery.FSRTC.js index 661442f0b4..0c384ef68d 100644 --- a/html5/verto/js/src/jquery.FSRTC.js +++ b/html5/verto/js/src/jquery.FSRTC.js @@ -550,11 +550,6 @@ mandatory: obj.options.videoParams, optional: opt }; - // NOTE: This is a workaround for - // https://bugs.chromium.org/p/chromium/issues/detail?id=862325 - if (!!navigator.userAgent.match(/Android/i)) { - delete video.frameRate.min; - } } } else {