使音频开关关闭生效
parent
5ab432856d
commit
51a91d94e5
|
@ -127,7 +127,7 @@ export default {
|
|||
realHasAudio = true;
|
||||
}
|
||||
}
|
||||
this.hasaudio = realHasAudio; //&& this.hasaudio;
|
||||
this.hasaudio = realHasAudio && this.hasaudio;
|
||||
}
|
||||
this.ssrc = streamInfo.ssrc;
|
||||
this.deviceId = deviceId;
|
||||
|
|
Loading…
Reference in New Issue