bugfix
This commit is contained in:
parent
2877c739f7
commit
9053643c15
@ -245,7 +245,7 @@ bricks.RTCClient = class extends bricks.VBox {
|
||||
.getTracks()
|
||||
.forEach(track => {
|
||||
this.peerConnection.addTrack(track,
|
||||
this.localVideo.stream));
|
||||
this.localVideo.stream);
|
||||
}
|
||||
|
||||
// 处理 ICE 候选
|
||||
|
Loading…
Reference in New Issue
Block a user