增加提示

This commit is contained in:
yj 2025-02-14 16:15:34 +08:00
parent 0fb2b4bf75
commit 4cf65d50a3
1 changed files with 1 additions and 2 deletions

View File

@ -2213,8 +2213,6 @@ const Meeting: React.FC = () => {
}
})
}
// 开关麦克风
const postOpenMicrApi = async (enableMicr: boolean, uid: string, isAll: boolean, isMessage: boolean = false): Promise<void> => {
if (isAll) {
@ -2415,6 +2413,7 @@ const Meeting: React.FC = () => {
}
message.success('操作成功')
}
// 判断是否出现滚动条
const hasScrollbar = () => {
let element = document.getElementById('videoView') as HTMLDivElement
if (element) {