Пример #1
0
 private void OnMessagingResourceCompletedReceived(object sender, PlatformResourceEventArgs args)
 {
     if (args.PlatformResource is MessagingInvitationResource)
     {
         WriteToConsoleInColor("Messaging resource completed event found.");
     }
 }
Пример #2
0
 private void HandlePSTNCallConversationRemoved(object sender, PlatformResourceEventArgs args)
 {
     Logger.Instance.Information("Incoming pstn call conversation is removed");
 }