mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-24 03:47:39 +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,
|
maxWidth: w,
|
||||||
maxHeight: h,
|
maxHeight: h,
|
||||||
minFrameRate: 15,
|
minFrameRate: 15,
|
||||||
vertoBestFrameRate: 30
|
vertoBestFrameRate: 15
|
||||||
});
|
});
|
||||||
videoQuality.forEach(function(qual){
|
videoQuality.forEach(function(qual){
|
||||||
if (w === qual.width && h === qual.height) {
|
if (w === qual.width && h === qual.height) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user