Is there any resource of Jitsi Videobridge architecture that shows how to use it along with Openfire XMPP and WebRTC servers on Android & iOS ?
As far as, what I know is :
- Setup the Openfire & WebRTC servers
- Install Jitsi Videobridge plugin on Openfire instance.
- Use libjitsi at the client end (Android/iOS)
But, how to create channels using Jitsi Videobridge ?
What is the sequence to communicate with Jitsi server from the clients ?
Is it necessary to use Rayo XEP for signaling OR can we just use payload messages ?
I want to build an app similar to jitsi meet on Android & iOS.