Пример #1
0
 public void OnCallCancelled(ObjectId friendId)
 {
     if (websocketCallback == null)
     {
         desktopCallback.OnCallCancelled(friendId);
     }
     else
     {
         Console.WriteLine("cannot cancel call of web client");
     }
 }