bugfix
This commit is contained in:
parent
2386f49327
commit
94a39305fc
@ -275,7 +275,7 @@ bricks.RTCP2PConnect = class {
|
|||||||
if (pc.connectionState == 'connected'){
|
if (pc.connectionState == 'connected'){
|
||||||
if (this.opts.data_connect){
|
if (this.opts.data_connect){
|
||||||
var dc = pc.createDataChannel();
|
var dc = pc.createDataChannel();
|
||||||
if (this.requester and this.opts.data_connect){
|
if (this.requester && this.opts.data_connect){
|
||||||
await this.createDataChannel(peer);
|
await this.createDataChannel(peer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user