Opening the Control Panel
Opening the Control Panel
There are several ways to open the TrueConf Room API control panel.
Opening via tray
To open the management page, right-click the TrueConf Room API icon located in the system tray, and then select Manage from the menu that appears. This will open the management page with an administrator connection, regardless of the security settings for all types of management accounts.
Opening with a QR code
If the corresponding widget is enabled, the main screen will display a QR code containing all the necessary connection information. Scanning it and following its link will open the management page. Depending on the current account protection types for management, the state of the opened page will differ:
If the protection type is set to No protection for all types of management, then the management page will be authorized through an administrator connection.
If the administrator protection type is not Unprotected, but the user protection type is Unprotected, then the management page will be authorized using the user connection.
If the administrator protection type is not No protection and the user has Password protection, a management page will open where you will need to enter the user password or other credentials for administrator authorization.
If the administrator protection type is not None, and the user protection type is PIN-based, then the management page will be automatically authorized using the user connection.
Opening manually via the specified link
You can open the management page yourself by entering the appropriate link.
| Protection Type | Port (default) | Port (specified) | Twin (another app instance) | Format | Example |
|---|---|---|---|---|---|
| Token | + | - | - | http://ip#token=tokenValue | http://192.168.0.100#token=1*Cwk7m2fznHFi |
| Token | + | - | + | http://ip#token=tokenValue&cfg=twinName | http://192.168.0.100#token=1*Cwk7m2fznHFi&cfg=user2 |
| Token | - | + | - | http://ip:port#token=tokenValue | http://192.168.0.100:7777#token=1*Cwk7m2fznHFi |
| Token | - | + | + | http://ip:port#token=tokenValue&cfg=twinName | http://192.168.0.100:7777#token=1*Cwk7m2fznHFi&cfg=user2 |
| PIN code | + | - | - | http://ip/pin | http://192.168.0.100/7E2 |
| PIN code | + | - | + | http://ip/pin#cfg=twinName | http://192.168.0.100/7E2#cfg=user2 |
| PIN code | - | + | - | http://ip:port/pin | http://192.168.0.100:7777/7E2 |
| PIN code | - | + | + | http://ip:port/pin#cfg=twinName | http://192.168.0.100:7777/7E2#cfg=user2 |
| Without specifying a security type | + | - | - | http://ip | http://192.168.0.100 |
| Without specifying a security type | + | - | + | http://ip#cfg=twinName | http://192.168.0.100#cfg=user2 |
| Without specifying a security type | - | + | - | http://ip:port | http://192.168.0.100:7777 |
| Without specifying a security type | - | + | + | http://ip:port#cfg=twinName | http://192.168.0.100:7777#cfg=user2 |