mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
FS-8641 hard code to 15 for now until this is complete
This commit is contained in:
parent
2f04c5e16d
commit
83c5294427
@ -342,7 +342,7 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
|
||||
maxWidth: w,
|
||||
maxHeight: h,
|
||||
minFrameRate: 15,
|
||||
vertoBestFrameRate: 30
|
||||
vertoBestFrameRate: 15
|
||||
});
|
||||
videoQuality.forEach(function(qual){
|
||||
if (w === qual.width && h === qual.height) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user