- Notifications
You must be signed in to change notification settings - Fork16
Meherdeep/agora-group-calling
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Quickstart for group video calls on Flutter using Agora.io SDK. Use this guide to quickly start a multiple user group call.
- '>= Flutter 1.0.0'
- AgoraDeveloper Account
To build and run the sample application, first obtain an app ID:
- Create a developer account at agora.io. Once you finish the sign-up process, you are redirected to the dashboard.
- Navigate in the dashboard tree on the left to Projects > Project List.
- Copy the app ID that you obtain from the dashboard into a text file. You will use this when you launch the app.
- Open the AppID.dart file and add the app ID.
var appID = '<--Add your App Id here-->';
- Install all the dependencies
flutter pub get
- Once the build is complete, use the below given command to run the app.
flutter run
- You can find the complete API Documentation overhere.
- You can refer thisblog where I will walk you through the process of building a group video calling application.
- I also invite you to joinAgora.io Developer Slack Community.
About
A quickstart guide to making your own group video calling application using flutter
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.