I am trying to integrate Jitsi Videobridge into my existing WebRTC application.
Right now the signaling is relatively straightforward, offer, answer, candidates and we're off and running.
I cannot find straightforward documentation or tutorials on how to integrate a selective forwarding solution like Jitsi, everything seems to speak at too high of a level (see here).
Can someone explain to me concretely how the offer, answer, candidate model changes with Jitsi and how can I can even get a 1-to-1 call established through the video bridge?
My current analysis leads me to believe that I'm supposed to hit Jitsi over the REST interface to get candidates and swap out the host
, srvflx
, and relay
candidates I generate currently with the ones from the video bridge. Is that even remotely on the right track?