SFS 私聊跨房间私聊实现
2009年6月6日
4 条评论
在SmartFoxServer里
SmartFoxServer::sendPrivateMessage(message:String, recipientId:int, roomId:int):void
/**
* @param message <strong> String </strong> 接收到的消息
* @param sender <strong> User </strong> 发送者的 User 实例, 如果不在同一个房间则为null
* @param userId <strong> int </strong> 发送者的 userId
* @param roomId <strong> int </strong> 消息来源的房间id
*/
SFSEvent.onPrivateMessage
[ RECEIVED ]: <![CDATA[这是一条私聊消息!]]>, (len: 102)