Arjun Mehta
Arjun Mehta

Reputation: 100

How to do video conferencing using WebRTC in android?

I wanted to do a demo application of video conferencing using webrtc in android.I found some link for video conference using webrtc but its just for one to one not one to many.

Upvotes: 1

Views: 1917

Answers (1)

Ashish Gupta
Ashish Gupta

Reputation: 747

I had the same issue with my video consultation app, if you want to add multiple users to video calling using Webrtc, you have to modify the opensource Webrtc project according to your need, which is not quite easy.

So I have implemented Appear.in inside my Android Webview, which works very fine, I can add upto 8 users in a single room. Its absolutely free of cost until you buy an specific room.

Appear.in also uses Webrtc for their video calling, they have optimized it very well. Video & Audio quality is good.

The only thing, you have to do before rendering the webview, ask Camera & Microphone permission from user(Above 6.0).

Try this, I think it will help you.

Upvotes: 1

Related Questions