Compare commits

...

2 Commits

Author SHA1 Message Date
yangqiang 55afc59ebc Merge pull request '修复弹窗不消失' (#32) from yj into master
Reviewed-on: #32
2024-11-01 18:06:08 +08:00
yj dcf0de1813 修复弹窗不消失 2024-11-01 17:43:21 +08:00
1 changed files with 2 additions and 0 deletions

View File

@ -1048,6 +1048,8 @@ const Meeting: React.FC = () => {
}
return bool
})
} else if (stateNumber === 3) {
meetingDisconnectedRef.current.changeModal(false)
}
},
onLocalVideoStateChanged: async (_source: VideoSourceType, _state: LocalVideoStreamState, reason: LocalVideoStreamReason) => {