Skip to content
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

Get Channel count #126

Open
Darshan-Sonigara opened this issue Dec 14, 2020 · 5 comments
Open

Get Channel count #126

Darshan-Sonigara opened this issue Dec 14, 2020 · 5 comments

Comments

@Darshan-Sonigara
Copy link

How to get user joined channel count?

Thanks in advance

@yoreland
Copy link
Contributor

Can you provide more infos about your scenario?
Where is the place to collect this info and what is the frequency, etc.
If you are just using rtcChannel Object to join multiple channel, it is easily control locally.

@sarmabkp
Copy link

Ho do I know how many audience joined in broadcasting? I mean somewhere we should show the count like participants (100 people are there in conference) like that

@plutoless
Copy link
Contributor

@sarmabkp currently agora sdk is not providing join/leave events for audience. if you need to count this you will need to create a server and websocket connection yourself so that your server can collect it

@sarmabkp
Copy link

Thanks a lot @plutoless for clarification. We are bit confused on how to create a server and websocket connection to get the count.
Can you please help us to implement from your side?
If not, can you please guide us on how to do? my skype id: sarma.bkp
Please ping me whenever you are free.

@plutoless
Copy link
Contributor

@sarmabkp the easiest way is to use socket.io
https://socket.io/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants