forked from Mirrors/freeswitch
FS-9894 [verto_communicator] Removing refreshDevices before doing a call.
This commit is contained in:
parent
cda7343841
commit
d44eadcef7
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user