Preparations
When using the intelligent agent, you need to make the following preparations:
1. Configuration storage location.
Windows directory: %appdata%\Tencent\Wemeet\Global\wemeet_proxy.dat (e.g.: C:\Users\ username \AppData\Roaming\Tencent\Wemeet\Global\wemeet_proxy.dat)
mac directory: ~Library/Containers/com.tencent.meeting/Data/Library/Global/wemeet_proxy.dat (e.g.: /Users/ username /Library/Containers/com.tencent.meeting/Data/Library/Global/wemeet_proxy.dat)
2. Configuration content is in JSON format.
Specific fields:
{"enable": true, // Whether to enable"type": 1, // Proxy type: 1 = SOCKS5 proxy, 2 = HTTP proxy, 4 = System proxy"server": "127.0.0.1", // Proxy server address"port": 1080, // Proxy server port"username": "user", // [Optional] Proxy authentication username"password": "password", // [Optional] Proxy authentication password"scope" : 0 // Proxy mode: 0 = Full proxy, 1 = Media traffic proxy, 2 = Non-media traffic proxy}
Example:
{"enable": false, "type": 1, "scope": 0, "server": "10.10.88.52", "port": 1080, "username": "", "password": ""}
Service Enablement
1. After completing the above preparations, log in to Tencent Meeting on the PC.
2. Click the profile photo to enter your personal homepage, and then go to the settings page.
3. Click Proxy Settings, fill in the information, and click Enable Proxy.
Note:
If the "scope" field in the configuration table is set to 0, the mode type is Global Mode, where all data will be processed through the proxy.
If the "scope" field is set to 2, the mode type is Smart Mode, where audio and video data will not be processed through the proxy.
Proxy Configuration File Encryption Adjustment
1. Previously, the proxy configuration file was not encrypted. Considering that the proxy configuration file contains username and password information, customers provided feedback regarding potential security risks. Starting from version 2.19, the proxy configuration file will be encrypted by the program.
2. The correspondence between the original configuration file and the encrypted configuration file names is as follows:
proxy.dat > encrypted_proxy.dat
wemeet_proxy.dat > wemeet_encrypted_proxy.dat
Proxy Configuration File Encryption Logic
1. For apps after version 2.19, when the proxy is configured for the first time, the app will directly save it as an encrypted file. Please refer to Proxy Configuration File Encryption Adjustment for the file name.
2. Considering backward compatibility: For apps containing the old plaintext configuration file, after upgrading to version 2.19, the program will automatically load the plaintext configuration file upon startup and, as described in "Proxy Configuration File Encryption Adjustment", encrypt the configuration, save it, and delete the original plaintext configuration file.
3. External Import Configuration File: For the previous method of externally importing configuration files, please remain consistent with the past practices and ensure first to delete the encrypted configuration files described in "Proxy Configuration File Encryption Adjustment".