mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 20:27:19 +00:00
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).
This commit is contained in:
parent
8a5aa4209f
commit
850c0f411f
@ -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