-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in showing 4 hosts #120
Comments
currently this demo supports up to 4 hosts (including yourself local video). To support more you will need to adjust the code a little bit. |
you can please help me out regarding that |
I have already set maxVideoSession as 20 but having issue in updateBroadcastersView() function |
Hi plutoless, How are you doing? |
@sarmabkp yes this should work properly. |
@plutoless , one quick doubt: What is the difference between the broadcasting and generic video conference? in code and architecture wise? |
@sarmabkp live broadcasting usually has 1 host only, or at most 2 host to co-host. While video conferencing everyone can be host. Implementation-wise they are similar, while you can read best practice for multiple user use case here, https://docs.agora.io/en/Interactive%20Broadcast/multi_user_video?platform=Android |
There are 4 hosts joined a channel. In iOS, I am unable to see video of all the hosts but I can hear them.
The text was updated successfully, but these errors were encountered: