AgoraIO / Basic-Video-Broadcasting

Sample app to join/leave a channel, set the role as a host/audience, mute/unmute, switch between front/rear cameras, and set the video parameters.
MIT License
269 stars 287 forks source link

Audience joined callback #68

Open EpariNigam opened 4 years ago

EpariNigam commented 4 years ago

How can I get, an audience joined the session?

plutoless commented 4 years ago

there's no such callback for the moment.

plutoless commented 4 years ago

yuo may use our rtm sdk to manage member join/leave events

EpariNigam commented 4 years ago

In that case, I will have separate user id in rtc and rtm right?

plutoless commented 4 years ago

right. you might need to manage the mappings yourself in your backend