|
@@ -80,7 +80,7 @@ export default {
|
|
|
const remoteStream = event.stream;
|
|
|
console.log('222' + remoteStream.getType());
|
|
|
// 订阅远端音频和视频流
|
|
|
- this.client_.subscribe(remoteStream, { audio: false, video: true }).catch(e => {
|
|
|
+ this.client_.subscribe(remoteStream, { audio: true, video: true }).catch(e => {
|
|
|
console.error('failed to subscribe remoteStream');
|
|
|
});
|
|
|
});
|