FS-9894 [verto_communicator] Removing refreshDevices before doing a call.
This commit is contained in:
parent
637f3b6336
commit
2559bbe14d
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue