Real-Time Communications
The Liberty Real-Time Communications feature (rtcomm-1.0) enables a highly-scalable signaling infrastructure that can be used to connect WebRTC clients and other types of IoT nodes into real-time audio/video/data interactions.
Enabling this feature
To enable the Real-Time Communications feature, add the following element declaration inside the featureManager element in your
server.xml file:
<feature>rtcomm-1.0</feature>
Developing a feature that depends on this feature
If you are developing a feature that depends on the Real-Time Communications feature, include the following item in the Subsystem-Content header in the feature manifest file for your new feature:
com.ibm.websphere.appserver.rtcomm-1.0; type="osgi.subsystem.feature"
Features that this feature enables
Features that enable this feature
Feature configuration elements
You can use the following elements in your server.xml file to configure the Real-Time Communications feature: