提交 cf641c16 authored 作者: Italo Rossi's avatar Italo Rossi

Merge pull request #1271 in FS/freeswitch from…

Merge pull request #1271 in FS/freeswitch from ~TIAGOLISBOA/freeswitch:bugfix/FS-8941-can-not-use-verto-communicator-if to master

* commit '976677de':
  FS-8941: [verto_communicator] Add No Microphone label to audio devices
...@@ -263,7 +263,10 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora ...@@ -263,7 +263,10 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
id: 'screen', id: 'screen',
label: 'Screen' label: 'Screen'
}]; }];
data.audioDevices = []; data.audioDevices = [{
id: 'none',
label: 'No Microphone'
}];
data.speakerDevices = []; data.speakerDevices = [];
if(!storage.data.selectedShare) { if(!storage.data.selectedShare) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论