FS-8193 #resolve Add No Camera option to Verto Communicator
This commit is contained in:
parent
7b914ee69c
commit
951ea98cc1
|
@ -199,7 +199,10 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
|
|||
bandwidth: bandwidth,
|
||||
|
||||
refreshDevicesCallback : function refreshDevicesCallback() {
|
||||
data.videoDevices = [];
|
||||
data.videoDevices = [{
|
||||
id: 'none',
|
||||
label: 'No Camera'
|
||||
}];
|
||||
data.shareDevices = [{
|
||||
id: 'screen',
|
||||
label: 'Screen'
|
||||
|
|
Loading…
Reference in New Issue