yangjie #22
|
|
@ -1005,7 +1005,7 @@ const Meeting: React.FC = () => {
|
|||
}
|
||||
},
|
||||
onLocalVideoStateChanged: async (source: VideoSourceType, _state: LocalVideoStreamState, reason: LocalVideoStreamReason) => {
|
||||
if (source === 2 && reason === 12) {
|
||||
if (reason === 12) {
|
||||
stopScreenCapture()
|
||||
setSharedScreenItem('')
|
||||
allUserLook(userInfo.uid, userInfo.userName)
|
||||
|
|
|
|||
Loading…
Reference in New Issue