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