From 50cd8b70cfc59ff841aa0e94a09111328e461dd6 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Wed, 22 Feb 2017 10:52:36 +0100 Subject: [PATCH] updated default server url --- src/WebRTC.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WebRTC.js b/src/WebRTC.js index 1d06855..4c6083f 100644 --- a/src/WebRTC.js +++ b/src/WebRTC.js @@ -15,7 +15,7 @@ function extend (Y) { options.role = 'slave' super(y, options) this.webrtcOptions = { - url: options.url || 'http://yatta.ninja:8888', + url: options.url || 'https://yjs.dbis.rwth-aachen.de:5078', room: options.room } var swr = new SimpleWebRTC(this.webrtcOptions)