forked from Mirrors/freeswitch
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() {
|
||||
storage.changeData($scope.mydata);
|
||||
verto.data.instance.iceServers(storage.data.useSTUN);
|
||||
$modalInstance.close('Ok.');
|
||||
};
|
||||
|
||||
@ -27,4 +28,4 @@
|
||||
}
|
||||
]);
|
||||
|
||||
})();
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user