nixrajput / video-calling-app-flutter

A video calling mobile application developed using Flutter, Agora SDK and GetX state management.
GNU General Public License v3.0
25 stars 16 forks source link

video-calling-app-flutter #4

Open praneethvadada opened 1 year ago

praneethvadada commented 1 year ago

In the video-calling-app-flutter source code you have mentioned to create a file named secrets.dart and to replace xxx-xxx-xxx-xxx with the values in the file. what does this mean. I don't understand that can you please elobrate.

nixrajput commented 1 year ago

Hi @praneethvadada,

I will update the documentation in the next update.

Thanks Nikhil Rajput

arnirichard commented 1 year ago

@nixrajput I would really like to test this Could you please explain what values to put?

  1. I guess I can put almost anything in appId
  2. certificate is a random string of certain length?
  3. githubToken I need to create github token for this? What scopes?
praneethvadada commented 1 year ago

So it can be some random String Right?

nixrajput commented 1 year ago
static const appId = "AGORA_SDK_APP_ID";
static const certificate = "AGORA_SDK_CERTIFICATE";
static const githubToken = 'GITHUB_TOKEN_FOR_APP_UPDATE"';

The GitHub token will be removed in the next update.