其他分享
首页 > 其他分享> > 【owt】Client-Portal Communication Protocol

【owt】Client-Portal Communication Protocol

作者:互联网

客户-门户通信协议(1.2版)

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

标签:Protocol,信令,Client,Portal,io,owt,MCU,Socket,客户端
来源: https://blog.csdn.net/commshare/article/details/111737008