使音频开关关闭生效

This commit is contained in:
Lawrence 2020-10-24 15:16:10 +08:00
parent 5ab432856d
commit 51a91d94e5

View File

@ -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;