Skip to content

Python code examples that use TrueConf VideoSDK API and TrueConf Room API

Notifications You must be signed in to change notification settings

TrueConf/pyVideoSDK-Demo

 
 

Repository files navigation

pyVideoSDK-Demo

Python code examples that use TrueConf VideoSDK API and TrueConf Room API

How to use

Download and install TrueConf VideoSDK or TrueConf Room

  1. Download TrueConf VideoSDK or TrueConf Room
  2. Install with default settigs (Port = 80)
  3. Launch application c -pin parameter in the command line.

Windows:

"C:\Program Files\TrueConf\VideoSDK\VideoSDK.exe" -pin "pin123"

Linux:

$ trueconf-video-sdk -pin "pin123"

Login

  1. Get your free accounts in https://t.me/TrueConfSDKPromoBot
  2. Click at the link on the application main screen and open the web-manager
  3. Connect to the server and login in

Now the application is ready to use

Preparing the python environment

Clone the repository including submodules

git clone --recurse-submodules https://github.com/TrueConf/pyVideoSDK-Demo.git

Install the required modules

# Change the current directory
cd pyVideoSDK-Demo
# Install the required modules
pip install -r requirements.txt

Fix the config.py file if need it

💡 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

Run "connect-to-server-and-login.py"

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?

get-free-accounts-bot

After running the script, you will see something like this:

connect-to-server-and-login-console

About

Python code examples that use TrueConf VideoSDK API and TrueConf Room API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%