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

How to identify that host already start broadcast channel ? #137

Closed hardiktgreydesk closed 3 years ago

hardiktgreydesk commented 3 years ago

Hello team,

We have a requirement that user can join the broadcast channel which is hosted by a Tutor, But i want to know that when user try to join that channel and if that channel not yet broadcast by tutor. i want to give some error to user. How can we achieve that ?

yoreland commented 3 years ago

You'd better rely to your backend service to do this kind of requirement. Another choice if you want to get real time notification when broadcast status updated, you could integrate Agora RTM SDK to do server-to-client push notification