]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11472: Remove Android frameRate.min OverconstrainedError hack
authorChad Phillips <chad@apartmentlines.com>
Sun, 21 Oct 2018 22:38:14 +0000 (15:38 -0700)
committerChad Phillips <chad@apartmentlines.com>
Sun, 21 Oct 2018 22:38:14 +0000 (15:38 -0700)
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).

html5/verto/js/src/jquery.FSRTC.js

index 661442f0b498e42e75b1af1888a43e20dfa90301..0c384ef68d37303a0e4660d85f1acb4290bcdd4e 100644 (file)
                    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 {