This commit is contained in:
parent
37c309a279
commit
de5cda5b3c
|
|
@ -154,8 +154,6 @@ const JoinSetting = forwardRef((_props: any, ref: any) => {
|
|||
if (index === 0) {
|
||||
if (!res.audioList.length) {
|
||||
msg = '未检测到麦克风!'
|
||||
console.log(msg);
|
||||
|
||||
}
|
||||
} else {
|
||||
if (!res.videoList.length) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue