增加提示
This commit is contained in:
parent
0fb2b4bf75
commit
4cf65d50a3
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue