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 participants list in room before joining video call #176

Open
asadmalik3 opened this issue Jan 15, 2022 · 1 comment
Open

Get participants list in room before joining video call #176

asadmalik3 opened this issue Jan 15, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@asadmalik3
Copy link

asadmalik3 commented Jan 15, 2022

Is there a way to know that people already exist in a room or room is empty? I want to know this without joining room.

@mklepaczewski
Copy link

Take a look at Presence API endpoint. Note however that it's not suitable for the frontend as you need (non-public) API key to query it. You can do it from your backend and send results to your frontend.

@markbackman markbackman added the enhancement New feature or request label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants