From: Ken Rice Date: Sun, 20 Sep 2015 06:53:31 +0000 (-0500) Subject: FS-8193 #resolve Add No Camera option to Verto Communicator X-Git-Tag: v1.6.2~1^2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=951ea98cc10d1a1539ad5a8f0dbda45847e29b94;p=thirdparty%2Ffreeswitch.git FS-8193 #resolve Add No Camera option to Verto Communicator --- diff --git a/html5/verto/verto_communicator/src/vertoService/services/vertoService.js b/html5/verto/verto_communicator/src/vertoService/services/vertoService.js index af34630daf..cb30f897a4 100644 --- a/html5/verto/verto_communicator/src/vertoService/services/vertoService.js +++ b/html5/verto/verto_communicator/src/vertoService/services/vertoService.js @@ -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'