AgoraIO-Community / Agora-RTC-React

A react wrapper for Agora RTC NG SDK
MIT License
92 stars 48 forks source link

Can't get remote user with audio and video muted. #13

Closed Harikrishnan19 closed 3 years ago

Harikrishnan19 commented 3 years ago

@EkaanshArora How to know if the user is in channel who has muted both audio and video? Is there any api to get all remote users in a channel in rtc mode.

I got the solution while going through your docs.

client.on("user-joined", (user) => {}) => this will be triggered while joining gives all remote clients .