- /// Get your own App ID at https://dashboard.agora.io/
- const appId = "1320816c633c41f7b9f734a206e96663";
- /// Please refer to https://docs.agora.io/en/Agora%20Platform/token
- const token = "904a185e81c4475f8366214f62f0c3b0";
- /// Your channel ID
- const channelId = "channel-chat";
- /// Your int user ID
- const uid = 10001;
- /// Your string user ID
- const stringUid = "user-10001";
|