I'm using SIP.js to connect to FusionPBX video conference room, but when callers join, all callers get a single caller video stream.
How can I get all streams in the room to handle them and view them to each others so everyone can see everyone video?
Is there any event I can use? like on("join")
or something? So when someone connect I get his stream?
SIP.js have that events, but it works only on peer to peer, not in rooms.
Is there another way to make it work with FreeSWITCH?
How can I make it work?
I don't know about
FusionPBX
settings, but in his core (FreeSWITCH
) in mod_conference is parameter likevideo-mode
.