Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2017-07-21 15:43:14 +0300
committersualko <klaus@jsxc.org>2017-07-21 15:43:14 +0300
commit92e06653061c8f3d31b1f664270505a8dec13878 (patch)
treeddebf20d1ebbbc7a908ca4f8c4efd0892a2de531 /js
parent1292a9f6e8cce49dd784514df9cbd45035473f99 (diff)
transfer ajax/getTurnCredentials
Diffstat (limited to 'js')
-rw-r--r--js/ojsxc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ojsxc.js b/js/ojsxc.js
index f29979d..9d1f945 100644
--- a/js/ojsxc.js
+++ b/js/ojsxc.js
@@ -332,7 +332,7 @@
rosterAppend: 'body',
root: oc_appswebroots.ojsxc + '/js/jsxc',
RTCPeerConfig: {
- url: OC.filePath('ojsxc', 'ajax', 'getTurnCredentials.php')
+ url: OC.generateUrl('apps/ojsxc/settings/iceServers')
},
displayRosterMinimized: function() {
return OC.currentUser != null;