DICENTIS
Conference protocol | en
101
Bosch Security Systems B.V.
Configuration manual
2021.06 | V3.7 |
10
Conference protocol
The Conference protocol is a platform-independent protocol. It is based on WebSocket
technology to enable scalability, on HTTPS to ensure increased security, and on JSON to allow
it to be platform independent.
You can find the documentation for the Conference Protocol (ConferenceProtocol.chm) in the
Docs directory of the delivery. It is also by default in C:\Program Files\Bosch\DICENTIS
\ConferenceProtocol.chm.
Requirements
The Conference protocol connects to the DICENTIS webserver.
Requirements for the DICENTIS webserver:
–
To manage the discussion: manage meeting
–
To view voting results: voting seat license (DICENTIS requires DCNM-LVPM)
–
To power on/off the DICENTIS system: power off functionality
–
To control the master volume of the DICENTIS system: volume control functionality
There is an online demonstrator available, which can be accessed via: https://
<ipaddress>:31416/Demonstrator/ConferenceProtocolDemonstrator.html:
1.
Login with a DICENTIS user. When a meeting is active, you can also login with a
participant username.
2.
Use the F12 button on your browser to access the console view and see the
communication.
3.
Use the Debugger view and browse to Demonstrator/Controllers: conferenceServices.js
gives you an overview of commands and context.
Note:
you can also find the source code of a Linux based demonstrator
"ConferenceProtocolDemonstrator.zip" in the Tools directory.