mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
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:
commit
ce2612fbd7
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user