mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
FS-8043 typo
This commit is contained in:
parent
36abcab9f9
commit
181a97ca8d
@ -244,7 +244,7 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
|
|||||||
for (var i in jQuery.verto.audioInDevices) {
|
for (var i in jQuery.verto.audioInDevices) {
|
||||||
var device = jQuery.verto.audioInDevices[i];
|
var device = jQuery.verto.audioInDevices[i];
|
||||||
// Selecting the first source.
|
// Selecting the first source.
|
||||||
if (i == 0 && !storage.data.selectedVideo) {
|
if (i == 0 && !storage.data.selectedAudio) {
|
||||||
storage.data.selectedAudio = device.id;
|
storage.data.selectedAudio = device.id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user