DEV Community

Discussion on: Working with WebRTC

Collapse
 
premy profile image
Jaime Baum

Hi Sadman, any progress on this? Looking to implement video calls in Flutter. Took a look at agora.io, which is easy to implement, but can get quite expensive once the user base grows.

Collapse
 
williamdxz profile image
williamdxz

Hi Jaime,

Agora has a sample app for flutter video chat: github.com/AgoraIO-Community/Agora.... Although it is more affordable, WebRTC has its own shortcoming if you want to scale up in terms of the number users in the call and multiple platform supports. I am happy to answer any questions. :)