]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8193 #resolve Add No Camera option to Verto Communicator
authorKen Rice <krice@freeswitch.org>
Sun, 20 Sep 2015 06:53:31 +0000 (01:53 -0500)
committerKen Rice <krice@freeswitch.org>
Mon, 21 Sep 2015 15:06:58 +0000 (10:06 -0500)
html5/verto/verto_communicator/src/vertoService/services/vertoService.js

index af34630daf884b5f8918410c861756e63f2afad1..cb30f897a4bc743afdc88180c4e34f92a8723936 100644 (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'