Пример #1
0
 private bool onChatActivityReceived(ChatServiceEvents.ChatActivityReceived evt)
 {
     if (evt.SessionId != base.localSessionId && !ignoreRemoteChat)
     {
         showActiveTyping(evt.SessionId);
     }
     return(false);
 }
 private bool onChatActivityReceived(ChatServiceEvents.ChatActivityReceived evt)
 {
     showChatActivity(evt.SessionId);
     return(false);
 }