Python code examples that use TrueConf VideoSDK API and TrueConf Room API
- Download TrueConf Room
- Install with default settigs (Port = 80)
- Launch application c -pin parameter in the command line. Example:
"C:\Program Files\TrueConf\Room\TrueConfRoom.exe" -pin "pin123"
- Get your free accounts in https://t.me/TrueConfSDKPromoBot
- Click at the link on the application main screen and open the web-manager
- Connect to the server and login in
Now the application is ready to use
git clone --recurse-submodules https://github.com/TrueConf/pyVideoSDK-Demo.git
# Change the current directory
cd pyVideoSDK-Demo
# Install the required modules
pip install -r requirements.txt
💡 If you run the application and a python script on the same computer then to fix the "config.py" is not required.
IP = "127.0.0.1"
PORT = 80
PIN = "pin123"
DEBUG = False
Modify lines below in "connect-to-server-and-login.py" by your data that received from the https://t.me/TrueConfSDKPromoBot:
...
TRUECONF_SERVER = "<Server IP>"
TRUECONF_ID = "<trueconf_id>"
PASSWORD = "<password>"
...
💡 How can I find of my data for connection and authorization?