Hi there!
We want to use Janus gateway in our WebRTC related project.
But do I right understand that the Janus can't work just as a signalling server only? Without relaying media through itself.
Ideally, I want to use video-room plugin in some cases and in others peer-to-peer WebRTC call with two PeerConnections for each side: one PC for receiving and other for sending MediaStream directly between peers. With the similar interface as in video-room plugin. In both cases of course we use our wrapper for choose the mode.
What is the best way to accomplish it? Custom Janus plugin which based on existed ones?
PS Sorry if the question seems simple, but I didn't find the relevant information about it