add custom signalling server
This commit is contained in:
parent
77d3cba702
commit
fa610ac97d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue