mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-21 12:57:50 +08:00
使音频开关关闭生效
This commit is contained in:
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
Block a user