agora.config.dart 377 B

1234567891011121314
  1. /// Get your own App ID at https://dashboard.agora.io/
  2. const appId = "1320816c633c41f7b9f734a206e96663";
  3. /// Please refer to https://docs.agora.io/en/Agora%20Platform/token
  4. const token = "904a185e81c4475f8366214f62f0c3b0";
  5. /// Your channel ID
  6. const channelId = "channel-chat";
  7. /// Your int user ID
  8. const uid = 10001;
  9. /// Your string user ID
  10. const stringUid = "user-10001";