mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-8117 - [verto_communicator] Calling verto.iceServers upon useSTUN changing on ModalSettings. #resolve
This commit is contained in:
parent
00c75780d1
commit
903c66282c
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
$scope.ok = function() {
|
$scope.ok = function() {
|
||||||
storage.changeData($scope.mydata);
|
storage.changeData($scope.mydata);
|
||||||
|
verto.data.instance.iceServers(storage.data.useSTUN);
|
||||||
$modalInstance.close('Ok.');
|
$modalInstance.close('Ok.');
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -27,4 +28,4 @@
|
|||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user