bugfix
This commit is contained in:
parent
633289c71d
commit
bb152aaa1b
@ -179,7 +179,7 @@ bricks.RTCClient = class extends bricks.VBox {
|
||||
}
|
||||
this.peer_info = peer_info
|
||||
this.role = 'responser'
|
||||
await this.createPeerConnection();
|
||||
await this.createPeerConnection(this.peer_info);
|
||||
this.socket.send(JSON.stringify({
|
||||
type: 'callAccepted',
|
||||
to: peer_info
|
||||
|
Loading…
Reference in New Issue
Block a user