mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-8087 #comment fix typo in callback name
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
}
|
||||
|
||||
if (obj.useCamera) {
|
||||
$.FSRTC.getValidRes(verto.options.deviceParams.useCamera, obj ? obj.resCheck : undefined);
|
||||
$.FSRTC.getValidRes(verto.options.deviceParams.useCamera, obj ? obj.onResCheck : undefined);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user