mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
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.mutedMic = false;
|
||||||
data.mutedVideo = false;
|
data.mutedVideo = false;
|
||||||
|
|
||||||
this.refreshDevices();
|
|
||||||
|
|
||||||
if (angular.isFunction(callback)) {
|
if (angular.isFunction(callback)) {
|
||||||
callback(data.instance, call);
|
callback(data.instance, call);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user