https://github.com/meherdeep/agora-flutter-broadcast
A demo app for agora broadcasting service built using flutter
https://github.com/meherdeep/agora-flutter-broadcast
agora-flutter agoraio broadcasting flutter video-call
Last synced: 2 months ago
JSON representation
A demo app for agora broadcasting service built using flutter
- Host: GitHub
- URL: https://github.com/meherdeep/agora-flutter-broadcast
- Owner: Meherdeep
- Created: 2020-04-10T22:18:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T15:11:54.000Z (almost 5 years ago)
- Last Synced: 2025-03-18T22:36:48.815Z (2 months ago)
- Topics: agora-flutter, agoraio, broadcasting, flutter, video-call
- Language: Dart
- Size: 10.7 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Agora Video Broadcasting Demo
This tutorial describes how to create an Agora account and build a sample video broadcasting app with Agora's Flutter SDK.
## Prerequisites
- [Agora.io Developer Account](https://console.agora.io)
> 1. Go to console.agora.io
> 2. Create an account and navigate to project management tab
> 3. Create a new project and keep the generated app ID handy- [Agora Flutter SDK](https://github.com/AgoraIO/Flutter-SDK)
## How to Run this code?
- Navigate to the master directory and in the terminal run `flutter get package`
- Use the generated app ID from console.agora.io and paste it in lib -> utils -> app_id.dart
- And you're all set. Navigate to the main directory and build the app from the terminal using `flutter run`
- And there you go, you have successfully built an app which can integrate 1-to-1 video calling## Agora Superstart Program
This documentation is written and maintained by [Meherdeep Thakur](https://github.com/Meherdeep/) (an Agora superstar). Meherdeep has a strong knowledge of ML/AI and Flutter app development. The Agora Superstar program empowers developers around the world to share their passion and technical expertise, and create innovative real-time communications apps and projects using Agora’s customizable SDKs. Think you’ve got what it takes to be an Agora Superstar? Apply [here](https://www.agora.io/en/superstars-program/%22)