mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-8087 #comment add missing bit from last commit
This commit is contained in:
@@ -150,6 +150,10 @@
|
||||
for (var i in obj) {
|
||||
verto.options.deviceParams[i] = obj[i];
|
||||
}
|
||||
|
||||
if (obj.useCamera) {
|
||||
$.FSRTC.getValidRes(verto.options.deviceParams.useCamera, undefined);
|
||||
}
|
||||
};
|
||||
|
||||
$.verto.prototype.videoParams = function(obj) {
|
||||
|
Reference in New Issue
Block a user