Merge branch 'wvp-28181-2.0' into main-dev

This commit is contained in:
648540858
2023-09-20 09:17:28 +08:00
25 changed files with 1495 additions and 1373 deletions

View File

@@ -261,6 +261,7 @@
this.mediaServerId = this.streamInfo.mediaServerId;
this.ssrc = this.streamInfo.ssrc;
this.videoUrl = this.getUrlByStreamInfo();
this.hasAudio = this.streamInfo.tracks && this.streamInfo.tracks.length > 1
}else {
this.$message({
showClose: true,