Merge pull request '修复弹窗不消失' (#32) from yj into master
Reviewed-on: #32
This commit is contained in:
commit
55afc59ebc
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue