video-calling-app-flutter icon indicating copy to clipboard operation
video-calling-app-flutter copied to clipboard

video-calling-app-flutter

Open praneethvadada opened this issue 1 year ago • 4 comments

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.

praneethvadada avatar Jan 07 '23 13:01 praneethvadada

Hi @praneethvadada,

I will update the documentation in the next update.

Thanks Nikhil Rajput

nixrajput avatar Jan 12 '23 15:01 nixrajput

@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?

arnirichard avatar Feb 12 '23 11:02 arnirichard

So it can be some random String Right?

praneethvadada avatar Feb 12 '23 11:02 praneethvadada

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.

nixrajput avatar Feb 12 '23 17:02 nixrajput