react-jitsi
react-jitsi copied to clipboard
stuck on loading component
do people still using this library?
Later versions of jitsi-meet have the prejoin page enabled by default.
React-jitsi waits for the videoConferenceJoined
event to be fired before considering the conference iframe ready which won't happen in that case.
Things you can do:
- Set
prejoinPageEnabled
tofalse
in the config object passed to the component - Use a patched version of the library like this one