choipd
choipd
Have you set `useFirestoreForStorageMeta: true` in rrfConfig?
I have the same issue. When a view covers the JitsiMeetView, the onConferenceTerminated event is dispatched. I am not sure where I have to debug this. Any help will be...
My issue was related re-rendering JitsiMeetView. So preventing re-rendering solves this problem. Simple solution for rerendering use React.memo. https://linguinecode.com/post/prevent-re-renders-react-functional-components-react-memo
좋은 내용 감사합니다. useMemo 이해하는데 큰 도움이 되었습니다.