From 903c66282cfa147fce3f12c9e177727eac4fe55d Mon Sep 17 00:00:00 2001 From: Italo Rossi Date: Thu, 3 Sep 2015 16:22:06 -0300 Subject: [PATCH] FS-8117 - [verto_communicator] Calling verto.iceServers upon useSTUN changing on ModalSettings. #resolve --- .../vertoControllers/controllers/ModalSettingsController.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html5/verto/verto_communicator/src/vertoControllers/controllers/ModalSettingsController.js b/html5/verto/verto_communicator/src/vertoControllers/controllers/ModalSettingsController.js index 7eda32dc95..48e430d578 100644 --- a/html5/verto/verto_communicator/src/vertoControllers/controllers/ModalSettingsController.js +++ b/html5/verto/verto_communicator/src/vertoControllers/controllers/ModalSettingsController.js @@ -14,6 +14,7 @@ $scope.ok = function() { storage.changeData($scope.mydata); + verto.data.instance.iceServers(storage.data.useSTUN); $modalInstance.close('Ok.'); }; @@ -27,4 +28,4 @@ } ]); -})(); \ No newline at end of file +})();