From: Brian West Date: Fri, 28 Aug 2015 20:41:08 +0000 (-0500) Subject: FS-8043 typo X-Git-Tag: v1.6.2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=181a97ca8dc807908c4b366a5fd8a8f6a0207bc7;p=thirdparty%2Ffreeswitch.git FS-8043 typo --- diff --git a/html5/verto/verto_communicator/src/vertoService/services/vertoService.js b/html5/verto/verto_communicator/src/vertoService/services/vertoService.js index e5751c11af..87445f1ef6 100644 --- a/html5/verto/verto_communicator/src/vertoService/services/vertoService.js +++ b/html5/verto/verto_communicator/src/vertoService/services/vertoService.js @@ -244,7 +244,7 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora for (var i in jQuery.verto.audioInDevices) { var device = jQuery.verto.audioInDevices[i]; // Selecting the first source. - if (i == 0 && !storage.data.selectedVideo) { + if (i == 0 && !storage.data.selectedAudio) { storage.data.selectedAudio = device.id; }