https://github.com/meherdeep/interactive-broadcasting
https://github.com/meherdeep/interactive-broadcasting
agora agora-flutter agora-rtc agora-rtm broadcasting flutter video-call
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/meherdeep/interactive-broadcasting
- Owner: Meherdeep
- Created: 2020-05-01T21:40:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T22:19:21.000Z (about 4 years ago)
- Last Synced: 2025-03-18T22:36:58.639Z (2 months ago)
- Topics: agora, agora-flutter, agora-rtc, agora-rtm, broadcasting, flutter, video-call
- Language: Dart
- Size: 430 MB
- Stars: 16
- Watchers: 1
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Agora Interactive Streaming
This sample repository contains code to help you develop your own video streaming application which connect millions of users using the Agora Flutter SDK.
## Pre-requisites
- APP ID (Go to https://console.agora.io/ to get your own app id)
- [Agora Flutter SDK v 3.2.1](https://pub.dev/packages/agora_rtc_engine)
- VS Code, Android Studio or any other IDE of your choice
- Flutter SDK 1.0.0 or higher## Getting Started
Navigate to appId.dart and paste the App Id that you generated.
From the projects root directory, run the following command to test your app:
```flutter run```