Search code examples
flutterlive-streamingagora.io

Flutter - agora - how to make live streaming


I want to make a live streaming call using agora between two apps. the first app is for the trainer who can make live streams for viewers who are users from the second app the trainer can see all cameras from his viewers in his session but users see only his camera. can anyone help me with some docs or articles, Thanks


Solution

  • In the Agora Flutter SDK, you will have to set the channel profile to LiveBroadcasting where you can set the user role to either a broadcaster or an audience member. For your particular use case, the trainer would be the broadcaster and the users would be the audience members. You can follow this blog to know more about Agora Live Video Streaming and how you can add it to your app: https://www.agora.io/en/blog/adding-live-interactive-video-streaming-using-the-agora-flutter-sdk/