This commit is contained in:
yj 2024-10-18 09:16:29 +08:00
parent c35b87ba90
commit b5bbee04b6
1 changed files with 1 additions and 1 deletions

View File

@ -1005,7 +1005,7 @@ const Meeting: React.FC = () => {
} }
}, },
onLocalVideoStateChanged: async (source: VideoSourceType, _state: LocalVideoStreamState, reason: LocalVideoStreamReason) => { onLocalVideoStateChanged: async (source: VideoSourceType, _state: LocalVideoStreamState, reason: LocalVideoStreamReason) => {
if (source === 2 && reason === 12) { if (reason === 12) {
stopScreenCapture() stopScreenCapture()
setSharedScreenItem('') setSharedScreenItem('')
allUserLook(userInfo.uid, userInfo.userName) allUserLook(userInfo.uid, userInfo.userName)