mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-31 02:33:44 +00:00
Merge pull request #412 in FS/freeswitch from ~JMESQUITA/freeswitch:feature/FS-8010 to master
* commit '3717e945e3dc5e2e9aba3e1c2be79ab15f2519f3': FS-8010 Add hardcoded params
This commit is contained in:
commit
64111dbff6
@ -188,7 +188,10 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location',
|
|||||||
minWidth: videoResolution[data.vidQual].width,
|
minWidth: videoResolution[data.vidQual].width,
|
||||||
minHeight: videoResolution[data.vidQual].height,
|
minHeight: videoResolution[data.vidQual].height,
|
||||||
maxWidth: maxWidth,
|
maxWidth: maxWidth,
|
||||||
maxHeight: maxHeight
|
maxHeight: maxHeight,
|
||||||
|
minFrameRate: 15,
|
||||||
|
vertoBestFrameRate: 30
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -549,6 +552,12 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location',
|
|||||||
bar: "yes"
|
bar: "yes"
|
||||||
},
|
},
|
||||||
videoParams: getVideoParams(),
|
videoParams: getVideoParams(),
|
||||||
|
// TODO: Add options for this.
|
||||||
|
audioParams: {
|
||||||
|
googAutoGainControl: false,
|
||||||
|
googNoiseSuppression: false,
|
||||||
|
googHighpassFilter: false
|
||||||
|
},
|
||||||
iceServers: data.useSTUN
|
iceServers: data.useSTUN
|
||||||
}, callbacks);
|
}, callbacks);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user