예제 #1
0
 public string CreateRecordForChatData(string strMsgSid, string strSenderSid, string strRoomSid, BeautifulTalkInfrastructure.ProtocolFormat.ContentType contentType, string strContent, long lSendTime)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void AnalyzeChatData(string strMsgId, string strMsgSid, string strSenderSid, string strRoomSid, string strContent, long lSendTime, IList <string> arMemberSids, IList <string> arActiveMemberSids, BeautifulTalkInfrastructure.ProtocolFormat.ContentType contentType)
 {
     throw new NotImplementedException();
 }