Пример #1
0
 public void MuteCall(ActiveCall call, bool mute)
 {
     if (call != null)
     {
         var holdCallAction = new CXSetMutedCallAction(call.UUID, mute);
         var transaction    = new CXTransaction(holdCallAction);
         SendTransactionRequest(transaction);
     }
 }
Пример #2
0
 public static void PerformSetMutedCallAction(this ICXProviderDelegate This, CXProvider provider, CXSetMutedCallAction action) => throw new PlatformNotSupportedException(Constants.UnavailableOnMacOS);
Пример #3
0
 public virtual void PerformSetMutedCallAction(CXProvider provider, CXSetMutedCallAction action) => throw new PlatformNotSupportedException(Constants.UnavailableOnMacOS);