Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

How to know who is joined? #16

Closed
kumaramitbag opened this issue Oct 18, 2021 · 3 comments
Closed

How to know who is joined? #16

kumaramitbag opened this issue Oct 18, 2021 · 3 comments

Comments

@kumaramitbag
Copy link

kumaramitbag commented Oct 18, 2021

Hi. I am new with agora. Please help me.
Suppose 2 users Asit and Sumit is joining the channel via web browser. How Asit will knows who is joined similar way how sumit will knows who is joined in this call? Please tell me how to set the joiner name?

And also one thing i want to know when any user mute his video in the opposite end how to know user is on the call or leave from call. because after video mute videotrack is removed and that's why only one user is showing. Please help me.

@kumaramitbag kumaramitbag changed the title How to know who is join? How to know who is joined? Oct 18, 2021
@EkaanshArora
Copy link
Contributor

EkaanshArora commented Oct 20, 2021

You can use Agora RTM, it let's you send messages to other users. That way Asit can join the channel and tell everyone on the channel, that their name is Asmit which the remote users can store locally.

You can use the user-joined event to keep a track of users on the call. In the example the video is removed on user-unpublished event, you can modify it to remove the video on user-left event instead.

If you have more questions please join our slack channel.

@jonah-katz
Copy link

@EkaanshArora slack channel still active?

@EkaanshArora
Copy link
Contributor

yes, our support team is active on slack

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

No branches or pull requests

3 participants