Symptoms:
- I want to know how many users the Agora real-time communication SDK can support at once.
Cause:
-
Resolution:
Agora enables you to provide real-time audio and video services for many users.
The number of channels is unlimited, and each channel supports up to one million concurrent users.
Although you can have up to one million users viewing or listening to a stream in a channel, the best practice is to limit the number of concurrent users streaming to a channel to 17.
If you use v3.0.0 or earlier of the SDK, and the channel profile is set to COMMUNICATION
(setChannelProfile(COMMUNICATION))
the best practice is to limit the number of concurrent users streaming to a channel to seven.More Information:
Comments
0 comments
Please sign in to leave a comment.