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