Exemplo n.º 1
0
 public void StartChatSession(int friendID = 0)
 {
     api.StartChatSession(friendID);
     Logger.E("start chat session");
 }