mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-25 22:47:49 +08:00
使音频开关关闭生效
This commit is contained in:
parent
5ab432856d
commit
51a91d94e5
@ -127,7 +127,7 @@ export default {
|
|||||||
realHasAudio = true;
|
realHasAudio = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.hasaudio = realHasAudio; //&& this.hasaudio;
|
this.hasaudio = realHasAudio && this.hasaudio;
|
||||||
}
|
}
|
||||||
this.ssrc = streamInfo.ssrc;
|
this.ssrc = streamInfo.ssrc;
|
||||||
this.deviceId = deviceId;
|
this.deviceId = deviceId;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user