This commit is contained in:
yj 2024-08-14 16:28:40 +08:00
parent 37c309a279
commit de5cda5b3c
1 changed files with 0 additions and 2 deletions

View File

@ -154,8 +154,6 @@ const JoinSetting = forwardRef((_props: any, ref: any) => {
if (index === 0) { if (index === 0) {
if (!res.audioList.length) { if (!res.audioList.length) {
msg = '未检测到麦克风!' msg = '未检测到麦克风!'
console.log(msg);
} }
} else { } else {
if (!res.videoList.length) { if (!res.videoList.length) {