AgoraIO-Community / Agora-RTC-React

A react wrapper for Agora RTC NG SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Harikrishnan19 opened this issue · comments

@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 .