How to Get Agora Video Call Key
Agora provides real-time video call solutions. To start using Agora's video call service, you need to obtain an Agora App ID and Token (Video Call Key). Follow the steps below to get them.
Steps to Get Agora Video Call Key
Step 1: Sign Up or Log In to Agora
- Visit the Agora Console.
- Click Sign Up if you don't have an account, or Log In if you already have one.
Step 2: Create a New Project
- Once logged in, go to the Agora Console Dashboard.
- Click Projects from the left menu.
- Click + Create to create a new project.
- Enter a project name (e.g., "MyVideoCallApp").
- Click Create.
Step 3: Retrieve Your App ID
- After the project is created, navigate to the Project Management page.
- Find your App ID under the project details.
- Copy the App ID. You will need this to integrate Agora into your app.
Step 4: Enable Token Authentication (Optional but Recommended)
- On the Project Management page, click on your project.
- Under the Authentication Mechanism section, toggle the App Certificate to On.
- This generates an App Certificate which is required for token-based authentication.
- Copy the App Certificate for later use in generating tokens.
config.dart
in flutter project
Step 5: Copy App ID key and replace agoraVcKey in Congratulation you are nearly to finish! 🎊