Skip to content

zoboff/tcroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This module is deprecated, please use https://github.com/zoboff/pyVideoSDK

tcroom

TrueConf Room API python module.

Install TrueConf Room

Python

Download page: Python 3.8.6

Install packages

Commands:

pip install websocket-client==0.58
pip install requests

How to use

1. Launch the TrueConf Room application with -pin parameter.

Windows:

"C:\Program Files\TrueConf\Room\TrueConfRoom.exe" -pin "123"

Linux:

$ trueconf-room -pin "123"

TrueConf Room main window: screanroom3

2. Create and run a python script

import tcroom

room = tcroom.make_connection(pin = "<PIN>", room_ip = "<IP>", debug_mode = True)
room.call("<Your friend's TrueConf ID>")

Example:

import tcroom

# Making a connection to the TrueConf Room application
room = tcroom.make_connection(pin = "123", room_ip = "192.168.31.62", debug_mode = True)
# Calling "Echotest"
room.call("echotest@trueconf.com") # "echotest" is almost constantly online

About

This module use TrueConf Room API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages