This commit is contained in:
yj 2024-07-16 14:44:22 +08:00
parent f637ec56d7
commit 23a7fabc5a
1 changed files with 1 additions and 5 deletions

View File

@ -363,8 +363,6 @@ const Meeting: React.FC = () => {
uid: user.uid,
enableMicr,
isAll,
}).then(res => {
getRoomUser()
})
}
// 开关视频
@ -373,8 +371,6 @@ const Meeting: React.FC = () => {
roomNum: state.channelId,
uid: user.uid,
enableCamera
}).then(res => {
getRoomUser()
})
}
return (
@ -457,7 +453,7 @@ const Meeting: React.FC = () => {
</div>
<div className={`${styles.meetingUserListFooter} drag`}>
<div></div>
<div onClick={() => postOpenMicr(true, false)}></div>
<div onClick={() => postOpenMicr(false, true)}></div>
</div>
</div>
: