react-jitsi icon indicating copy to clipboard operation
react-jitsi copied to clipboard

stuck on loading component

Open MuhammadAlbab opened this issue 3 years ago • 1 comments

do people still using this library?

MuhammadAlbab avatar Sep 30 '21 03:09 MuhammadAlbab

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 to false in the config object passed to the component
  • Use a patched version of the library like this one

Niksac avatar Nov 10 '21 10:11 Niksac