This commit is contained in:
parent
26a309df97
commit
91c79a8a4f
|
|
@ -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> => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue