
SDKAppID and SDKSecretKey on Basic informaction. SDKAppID and SDKSecretKey is needed for running demo.
git clone https://github.com/LiteAVSDK/TRTC_Electron.git
Electron/TRTC-API-Example/assets/debug/gen-test-user-sig.js and set the following parameters:SDKAPPID: A placeholder by default. Set it to the actual SDKAppID.SDKSECRETKEY: A placeholder by default. Set it to the actual key.UserSig described in this document involves configuring SDKSECRETKEY in the client code. In this method, SDKSECRETKEY may be easily decompiled and reversed, and if your key is disclosed, attackers can steal your Tencent Cloud traffic. Therefore, this method is only suitable for the local execution and debugging of TRTC-API-Example.UserSig into your server and provide an application-oriented API. When UserSig is needed, your application can send a request to your server for a dynamic UserSig. For more information, see How do I calculate UserSig during production?.Feedback