mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
FS-8641 #resolve [Make frame rate configurable]
This commit is contained in:
@@ -560,9 +560,7 @@
|
||||
|
||||
if (bestFrameRate) {
|
||||
video.optional.push({minFrameRate: bestFrameRate});
|
||||
if (bestFrameRate < 30) {
|
||||
video.optional.push({maxFrameRate: bestFrameRate});
|
||||
}
|
||||
video.optional.push({maxFrameRate: bestFrameRate});
|
||||
}
|
||||
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user