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