Skip to content

Commit

Permalink
add custom signalling server
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Dec 6, 2019
1 parent 77d3cba commit fa610ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/y-webrtc.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export class WebrtcProvider extends Observable {
* @param {Object} [opts]
* @param {Array<string>} [opts.signalling]
*/
constructor (room, doc, { signalling = ['wss://y-webrtc-hrxsloqrim.now.sh', 'wss://y-webrtc-signalling-eu.herokuapp.com', 'wss://y-webrtc-signalling-us.herokuapp.com/'] } = {}) {
constructor (room, doc, { signalling = ['wss://signalling.yjs.dev', 'wss://y-webrtc-hrxsloqrim.now.sh', 'wss://y-webrtc-signalling-eu.herokuapp.com', 'wss://y-webrtc-signalling-us.herokuapp.com'] } = {}) {
super()
this.room = room
this.doc = doc
Expand Down

0 comments on commit fa610ac

Please sign in to comment.