bugfix
This commit is contained in:
parent
ab2e35937d
commit
ccefdc130a
@ -359,6 +359,7 @@ bricks.RTCClient = class extends bricks.VBox {
|
||||
|
||||
// 处理远程流添加
|
||||
this.pc.ontrack = event => {
|
||||
console.log('=========ontrack() called ......');
|
||||
this.remoteVideo.set_stream(event.streams[0]);
|
||||
};
|
||||
if (this.role == 'requester'){
|
||||
|
Loading…
Reference in New Issue
Block a user