Skip to content

falatekmen/AgoraCall

Repository files navigation

AgoraCall App   image

App for initiating voice calls in React Native using Agora React Native SDK.

image

  • Enter the same channel name and token to start a joint call.

  • Also, this application can be used to test the rn-agora-voice-call or rn-voice-call packages. After starting a call, the necessary parameters for the packages can be copied by pressing the Copy Data button and sent to the device where the application to be tested is located.

APK url: AgoraCall APK

Build the app

yarn install
cd ios && pod install && cd ..

You have two options to enter the app id.

Option 1

Add the app id to the config.js.

image

Option 2

If no app id has been added to the config.js, this will be requested at the application startup.

image

Setting up developer account for App ID and Token

1- Create a Agora Account.

2- Get the App ID from Agora Console.

image

3- To generate a temporary token with a validity period of 24 hours that you retrieve from Agora Console click the "Config".

image

Then click the "Generate temp RTC token", enter a channel name, then click the "Generate". The channel name to be entered in the application have to be the same as the channel name entered here.

image

For more information: Agora.io

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published