聊天功能
聊天相关消息比如:聊天消息、上下线消息、虚拟人数消息等。
ChatServer消息服务class
消息服务总类
ChatServer#Callback
消息回调监听接口
使用说明
代码示例
ChatServer#ChatInfo
房间消息服务类型列表
ChatServer#ChatInfo#onChatMessageReceived#ChatInfo#event
ChatInfo#event | 描述 | 返回值 |
---|---|---|
ChatInfo.eventOnlineKey | 上线消息 | 上线数据 |
ChatInfo.eventOfflineKey | 离线消息 | 上线数据 |
ChatInfo.eventMsgKey | 聊天消息 | 聊天数据 |
ChatInfo.eventCustomKey | 自定义消息 | 自定义数据 |
ChatInfo.eventQuestion | 问答消息 | 问答数据 |