FS-8193 #resolve Add No Camera option to Verto Communicator

This commit is contained in:
Ken Rice 2015-09-20 01:53:31 -05:00
parent 7b914ee69c
commit 951ea98cc1
1 changed files with 4 additions and 1 deletions

View File

@ -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'