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