This commit is contained in:
parent
7948c56e62
commit
8624941583
|
|
@ -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: () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue