AgoraIO-Community / Agora-RTC-React

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

.client.on("user-published") does not publishing remote(client) video if client joins first. works fine if local user joins first Kindly help asap. #44

Open web-lex opened 1 year ago

EkaanshArora commented 1 year ago

you should attach the event listener before joining the channel

web-lex commented 1 year ago

It is attached already . It works when remote user toggle its video from mobile (btw I'm on web and client is on android). It doesn't connects the first time but works when client toggle its video from android phone.