We had to upgrade Jitsi as latest version of Chrome doesn’t support plan B. I upgraded Jitsi meet to 6726 which resolved the issue with Chrome. Then, I upgraded Jicofo and JVB as well to 6726 which is causing following issue:
On starting conference, it keeps on reloading. I see this error in browser console:
I updated focus JID in config.js in jitsi meet and it resolved above issue.
However, I’m now seeing a different issue. I’m seeing only myself in the conference. When other participants try to join the conference, they see themselves. There is only one participant in the conference.
Jitsi Meet does not work out of the box with Openfire anymore because it has become more cloud focused and more dependent on Prosody server-side code developed in Lua like the client_proxy. You would need to port that code to Java and implement in an Openfire plugin as I did with Pade.
See - https://github.com/igniterealtime/openfire-pade-plugin/issues/358#issuecomment-894259196
After you get client_proxy working, you would need to hack app.bundle.min.js in order to overcome an incompatibility between Openfire and Prosody when focus is the only participant in a MUC room.