yangjie #22

Merged
yangqiang merged 99 commits from yangjie into master 2024-10-22 16:11:46 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit bbc57b5185 - Show all commits

View File

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