1.概述
本文档涵盖了通过Socket.io连接在客户端和MCU组件之间的所有信令消息。
2.术语
下表描述了详细的名称和定义。
Name | Definition |
---|---|
Portal | The MCU component listening at the Socket.io server port, accepting signaling connections initiated by Clients, receive/send signaling messages from/to Clients. - Portal MCU组件侦听Socket.io服务器端口,接受客户端发起的信令连接,从客户端接收/向客户端发送信令消息。 |
Client | The program running on end-user’s device which interacts with MCU Server by messages defined in this documentation. |
Signaling Connection | The signaling channel between Client and Port |