From: Italo Rossi Date: Fri, 23 Jun 2017 18:39:21 +0000 (-0300) Subject: FS-9894 [verto_communicator] Removing refreshDevices before doing a call. X-Git-Tag: v1.8.0~437 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d44eadcef7fbb0888ac5c8655b5dce67df2dcd12;p=thirdparty%2Ffreeswitch.git FS-9894 [verto_communicator] Removing refreshDevices before doing a call. --- diff --git a/html5/verto/verto_communicator/src/vertoService/services/vertoService.js b/html5/verto/verto_communicator/src/vertoService/services/vertoService.js index 457453c8a9..5ac1e7d3ba 100644 --- a/html5/verto/verto_communicator/src/vertoService/services/vertoService.js +++ b/html5/verto/verto_communicator/src/vertoService/services/vertoService.js @@ -821,8 +821,6 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora data.mutedMic = false; data.mutedVideo = false; - this.refreshDevices(); - if (angular.isFunction(callback)) { callback(data.instance, call); }