Compare commits
No commits in common. "55afc59ebc1035672dd89462fb3a8b8bbcbd9c40" and "1a2dac990354d334924189193f9ceea95198b1bb" have entirely different histories.
55afc59ebc
...
1a2dac9903
|
|
@ -1048,8 +1048,6 @@ const Meeting: React.FC = () => {
|
||||||
}
|
}
|
||||||
return bool
|
return bool
|
||||||
})
|
})
|
||||||
} else if (stateNumber === 3) {
|
|
||||||
meetingDisconnectedRef.current.changeModal(false)
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLocalVideoStateChanged: async (_source: VideoSourceType, _state: LocalVideoStreamState, reason: LocalVideoStreamReason) => {
|
onLocalVideoStateChanged: async (_source: VideoSourceType, _state: LocalVideoStreamState, reason: LocalVideoStreamReason) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue