Needs advice
on
JitsiJitsi
and
WebRTCWebRTC

For weeks I have been researching to find an open source video conferencing platform that allows integration from native clients. I am working on a solution that would need to communicate from a native app via a windows dll (at least initially). Ultimately, I want any OS to talk to it natively. A lot of platforms provide the JavaScript interface (like Jitsi) but wrapping this in a windows dll is both complicated and has a huge footprint. What open source video conference servers are available that have native windows clients that can be packaged in a DLL?

READ LESS
7 upvotes·38.8K views
Replies (3)
Technical Lead at DPO International·

I don't recommended to use WebRTC for group meeting because when you have a lot of participants of a meeting so in this case, it will happen hung in the connection because the stream pass over http, also webRTC support maximum 256 participants of a group meeting. webRTC is good for calling peer to peer. you can use zoom program and then integrate it with your project via api or embedded system

READ MORE
2 upvotes·1 comment·10.9K views
Jason Balmer
Jason Balmer
·
October 14th 2021 at 3:24PM

Hi Anas, Jitsi as a Service has announced 500 participants with the sign for this to increase in our road map. Its really great for webrtc

·
Reply
View all (3)
Avatar of anas mattar

anas mattar

Technical Lead at DPO International