1. Find and open TRTC_Web/v5/quick-demo-js/index.html file in the downloaded source code.
2. Fill in the SDKAppId and SecretKey obtained in Step2
3. Function Experience:
Click the "Enter Room" button to enter the room.
Click the "Start Local Audio/Video" button to capture microphone or camera.
Click the "Stop Local Audio/Video" button to stop capturing microphone or camera.
Click the "Start Share Screen" button to start screen sharing.
Click the "Stop Share Screen" button to cancel screen sharing.
4. After entering the room, you can invite others to experience the TRTC Web voice and video communication function together through the sharing invitation link.
1. Find and go to the directory TRTC_Web/v5/quick-demo-vue2-js/ in the downloaded source code.
cd quick-demo-vue2-js
2. Run the demo locally by executing the following command in the terminal, which will automatically install dependencies and run the demo.
3. The default browser will automatically open the address http://localhost:3000/.
4. Fill in the SDKAppId and SecretKey obtained in Step2.
5. Experience
Input userId and roomId
Click the "Enter Room" button to enter the room
Click the "Start Local Audio/Video" button to capture microphone or camera
Click the "Stop Local Audio/Video" button to stop capturing microphone or camera
Click the "Start Share Screen" button to start screen sharing
Click the "Stop Share Screen" button to stop screen sharing
6. After entering the room, you can invite others to experience TRTC's web-based audio and video communication feature by sharing the invitation link.
Note:
To deploy to the public network for experience, you need to access it through HTTPS protocol, that is, https://domain/xxx. For the reason, please refer to the document Page Access Protocol Restriction Description.
The method used in this article to generate UserSig is to configure SecretKey in the client. In this method, SecretKey can be easily decompiled and reverse-engineered. Once your key is leaked, attackers can steal your Tencent Cloud traffic. Therefore, this method is only suitable for running Demo locally and debugging functions.
The correct way to issue UserSig is to integrate the calculation code of UserSig into your server and provide an interface for App. When you need UserSig, your App initiates a request to the business server to obtain a dynamic UserSig. For more details, please refer to Server-Side Generation of UserSig.
FAQs
Supported platforms
TRTC Web SDK is based on WebRTC implementation and currently supports desktop and mobile major browsers(Chrome, Edge, Safari, Firefox, Opera). For details about the browsers supported, see Supported Platforms.
URL protocol support
Because of the security policies of browsers, when you use WebRTC, there are requirements on the protocol used for access. For details, see the table below.
Users may fail to have an audio/video call due to firewall restrictions. To avoid this, add the ports and domains specified in Firewall Restrictions to the firewall allowlist.