This commit is contained in:
yj 2024-08-21 14:48:03 +08:00
parent 26a309df97
commit 91c79a8a4f
1 changed files with 1 additions and 1 deletions

View File

@ -783,8 +783,8 @@ const Meeting: React.FC = () => {
const footerListTemplate = [...footerList]
await agora.leaveChannelEx(userInfo.screenShareId)
agora.stopScreenCapture()
await allUserLook(userInfo.uid, userInfo.userName)
footerListTemplate[1][1].title = '共享屏幕'
setFooterList(footerListTemplate)
}
// 获取房间用户
const getRoomUser = async (): Promise<void> => {