This commit is contained in:
yj 2024-11-01 17:44:42 +08:00
parent 7948c56e62
commit 8624941583
1 changed files with 1 additions and 3 deletions

View File

@ -1036,9 +1036,7 @@ const Meeting: React.FC = () => {
if (state === 4 && reconnectingCode.indexOf(reason) >= 0) {
} else if (state === 3) {
if (storage.getItem('reconnect') === 'true') {
meetingDisconnectedRef.current.changeModal(false)
}
meetingDisconnectedRef.current.changeModal(false)
}
},
onConnectionLost: () => {