提交 976677de authored 作者: Tiago Lisboa's avatar Tiago Lisboa

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.
上级 5d4ac1cd
......@@ -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) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论