There some tutorials/guides those shows us how to make a video conferencing app in kodular.
They used agora.io and jitsi.
There are some limitations if we use these services like:
Jitsi have a limit of 100 people at one video conference. And they also have their own branding and server.
Can we use WebRTC For making video conferencing app?
If yes then how can we do that?
Yes, but as far as I know it would be only browser based. You will need a server that support nodejs and you can easily make a browser based webRTC. Look around on github
Yes, we can do such applications, but we need time. . They are very nice ideas. I would like to create such a program, but I want it to be on my own server, and only in my country. I have to study the server and web rtc and a lot to do.
Agora is a good platform and you will not beat the capabilities and scalabilities. You should focus on monetization of your app so you could afford agora.
I already built a video conference app using agora. Thanks for your suggestions.
But I have a question,
How to make a good ui in the app made with agora?
Like curved edges.
Those aren’t necessarily limitations of WebRTC, but the limitations of trying to build your own video conferencing solution with WebRTC from scratch, instead of using a provider who has already abstracted away some of that complexity like Agora, Twilio, or my company Daily (I’m biased!). I hope this helps!