This commit is contained in:
parent
c35b87ba90
commit
b5bbee04b6
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue