An open API service indexing awesome lists of open source software.

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

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```