agora.config.dart 337 B

1234567891011121314
  1. /// Get your own App ID at https://dashboard.agora.io/
  2. const appId = YOUR_APP_ID;
  3. /// Please refer to https://docs.agora.io/en/Agora%20Platform/token
  4. const token = YOUR_TOEKN;
  5. /// Your channel ID
  6. const channelId = YOUR_CHANNEL_ID;
  7. /// Your int user ID
  8. const uid = YOUR_UID;
  9. /// Your string user ID
  10. const stringUid = YOUR_STRING_UID;