Search code examples
flutterwebrtcagora.iovideocall

How to handle video calls at the same time on agoraIO with flutter webRTC


I am building an app using agoraIO on a flutter webrtc app ,the app is based on video call between 2 random players. I would like to know if agoraIO can handle up to 1000 calls at he same time? and if I'll need to configure a server in order to optimize the calls?


Solution

  • Agora Video SDK can handle unlimited calls at the same time with one million users in a channel. You don't need to configure a server yourself. Here is the documentation about the Agora Video SDK capacity: https://docs.agora.io/en/faqs/capacity.