Real-Time Communications
Liberty Real-Time Communications 功能部件 (rtcomm-1.0) 启用可高度伸缩的信令基础结构,此基础结构可用于将 WebRTC 客户机和其他类型的 IoT 节点连接至实时音频/视频/数据交互。
启用此功能部件
要启用实时通信功能部件,请在 server.xml 文件的 featureManager 元素内添加以下元素声明:
<feature>rtcomm-1.0</feature>
开发依赖于此功能部件的功能部件
如果您要开发依赖于实时通信功能部件的功能部件,请在新功能部件的功能部件清单文件的 Subsystem-Content 头中添加以下项:
com.ibm.websphere.appserver.rtcomm-1.0; type="osgi.subsystem.feature"