Merge pull request #1613 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11472-remove-android-framerate.min-overconstrainederror to master

* commit '850c0f411fa710aed286837f0eb666b1b6c5a8fb':
  FS-11472: Remove Android frameRate.min OverconstrainedError hack
This commit is contained in:
Mike Jerris 2018-11-20 20:39:03 +00:00
commit ce2612fbd7
1 changed files with 0 additions and 5 deletions

View File

@ -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 {