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