初始化优化

This commit is contained in:
yj 2024-10-17 11:37:01 +08:00
parent 71d5ddffea
commit bbc57b5185
1 changed files with 1 additions and 0 deletions

View File

@ -362,6 +362,7 @@ const Meeting: React.FC = () => {
firstFooterList[0][0].active = !state.enableMicr
firstFooterList[0][1].title = state.enableCamera ? '关闭视频' : '开启视频'
firstFooterList[0][1].active = !state.enableCamera
agora.muteLocalVideoStream(userInfo, state.enableMicr, state.enableCamera)
setFooterList(firstFooterList)
setTimeout(async () => {
const setting = await JSON.parse(storage.getItem('setting') as string);