FS-9894 [verto_communicator] Removing refreshDevices before doing a call.

This commit is contained in:
Italo Rossi 2017-06-23 15:39:21 -03:00 committed by Mike Jerris
parent 637f3b6336
commit 2559bbe14d
1 changed files with 0 additions and 2 deletions

View File

@ -822,8 +822,6 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
data.mutedMic = false;
data.mutedVideo = false;
this.refreshDevices();
if (angular.isFunction(callback)) {
callback(data.instance, call);
}