mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-15 11:18:12 +00:00
fix: 音频/视频都不选时无法进入会议的情况
This commit is contained in:
parent
ed9c4f1413
commit
e0ec15653c
@ -317,7 +317,9 @@ export default {
|
||||
this.$refs[`meeting_${this.localUser.uid}`].play('video')
|
||||
}
|
||||
// 将本地视频曲目播放到本地浏览器、将本地音频和视频发布到频道。
|
||||
await this.agoraClient.publish(localTracks);
|
||||
if (localTracks.length > 0) {
|
||||
await this.agoraClient.publish(localTracks);
|
||||
}
|
||||
//
|
||||
this.loadIng--;
|
||||
this.addShow = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user