changed https to http
This commit is contained in:
parent
a2e3a2364e
commit
400ca4a3ef
2 changed files with 2 additions and 2 deletions
2
dist
2
dist
|
@ -1 +1 @@
|
||||||
Subproject commit 0b505350a875cea8ae26d1d7c22cd296c8a6dcf1
|
Subproject commit b79dfec473c15fec4e200291a6b692c1de2aa49f
|
|
@ -15,7 +15,7 @@ function extend (Y) {
|
||||||
options.role = 'slave'
|
options.role = 'slave'
|
||||||
super(y, options)
|
super(y, options)
|
||||||
this.webrtcOptions = {
|
this.webrtcOptions = {
|
||||||
url: options.url || 'https://yatta.ninja:8888',
|
url: options.url || 'http://yatta.ninja:8888',
|
||||||
room: options.room
|
room: options.room
|
||||||
}
|
}
|
||||||
var swr = new SimpleWebRTC(this.webrtcOptions)
|
var swr = new SimpleWebRTC(this.webrtcOptions)
|
||||||
|
|
Loading…
Reference in a new issue