]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8043 typo
authorBrian West <brian@freeswitch.org>
Fri, 28 Aug 2015 20:41:08 +0000 (15:41 -0500)
committerBrian West <brian@freeswitch.org>
Fri, 28 Aug 2015 20:41:08 +0000 (15:41 -0500)
html5/verto/verto_communicator/src/vertoService/services/vertoService.js

index e5751c11af9ab3ce0a4042e07e029786fe1742bb..87445f1ef6d2251369b624c98effba04731203c4 100644 (file)
@@ -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;
           }