使音频开关关闭生效

This commit is contained in:
Lawrence 2020-10-24 15:16:10 +08:00
parent 00503014d9
commit b6e99efb55

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;