mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
FS-7509: nm, this instead
This commit is contained in:
committed by
Michael Jerris
parent
f48289ca2c
commit
e701f7ec9d
@@ -2144,10 +2144,10 @@
|
||||
$.verto.videoDevices = [];
|
||||
$.verto.audioDevices = [];
|
||||
|
||||
$.verto.findDevices = function(runtime) {
|
||||
$.verto.init = function(obj, runtime) {
|
||||
var aud = [], vid = [];
|
||||
|
||||
$.FSRTC.getValidRes(null, function() {
|
||||
$.FSRTC.getValidRes(obj.camera, function() {
|
||||
console.info("enumerating devices");
|
||||
|
||||
MediaStreamTrack.getSources(function (media_sources) {
|
||||
@@ -2170,9 +2170,4 @@
|
||||
});
|
||||
}
|
||||
|
||||
$.verto.init = function(runtime) {
|
||||
$.verto.findDevices(runtime);
|
||||
};
|
||||
|
||||
|
||||
})(jQuery);
|
||||
|
Reference in New Issue
Block a user