Merge pull request #1271 in FS/freeswitch from ~TIAGOLISBOA/freeswitch:bugfix/FS-8941-can-not-use-verto-communicator-if to master
* commit '976677de60f5657fe4a5eb1db1568d5f1f4c3a78': FS-8941: [verto_communicator] Add No Microphone label to audio devices
This commit is contained in:
commit
cf641c162a
|
@ -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…
Reference in New Issue