Skip to content

Commit

Permalink
adjust token comments
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoless committed Jun 16, 2019
1 parent 73e0c3e commit e0dc263
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Group-Video/OpenVideoCall-Windows/OpenVideoCall/AgoraObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

using namespace agora::rtc;

// ÒýÇæ±ê¼Çλ
// ������λ
#define AG_ENGFLAG_ENNETTEST 0x00000001
#define AG_ENGFLAG_ECHOTEST 0x00000002
#define AG_ENGFLAG_SPKPHTEST 0x00000004
Expand All @@ -23,13 +23,13 @@ using namespace agora::rtc;
PLEASE KEEP THIS App ID IN SAFE PLACE
Get your own App ID at https://dashboard.agora.io/
After you entered the App ID, remove <##> outside of Your App ID
<string name="private_app_id"><#YOUR APP ID#></string>
APP_ID _T("<YOUR_APP_ID>")
Obtain a temp Access Token at https://dashboard.agora.io
You will need to deploy your own token server for production release
Leave this value empty if Security keys/Token is not enabled for your project
<string name="agora_access_token"><#YOUR TOKEN#></string>
APP_TOKEN "<YOUR TOKEN>"
*/
#define APP_ID _T("aab8b8f5a8cd4469a63042fcfafe7063")
#define APP_ID _T("")
#define APP_TOKEN ""

class CAgoraObject
Expand Down

0 comments on commit e0dc263

Please sign in to comment.