video-calling-app-flutter
praneethvadada opened this issue · 4 comments
praneethvadada commented
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
arnirichard commented
@nixrajput I would really like to test this
Could you please explain what values to put?
- I guess I can put almost anything in appId
- certificate is a random string of certain length?
- githubToken I need to create github token for this? What scopes?
praneethvadada commented
So it can be some random String Right?
nixrajput commented
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.