mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-20 10:26:51 +00:00
FS-8941: [verto_communicator] Add No Microphone label to audio devices
If no microphone was detected it was impossible to open a call. So, add a No Microphone label, just like the No Camera, with id:none, wich allow to enter a call with microphone disabled.
This commit is contained in:
parent
59f9157ead
commit
79241d13a3
@ -263,7 +263,10 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
|
||||
id: 'screen',
|
||||
label: 'Screen'
|
||||
}];
|
||||
data.audioDevices = [];
|
||||
data.audioDevices = [{
|
||||
id: 'none',
|
||||
label: 'No Microphone'
|
||||
}];
|
||||
data.speakerDevices = [];
|
||||
|
||||
if(!storage.data.selectedShare) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user