Click or drag to resize
CallDeny Method
Overload List
  NameDescription
Public methodDeny(CallCallCompletionHandler)
For an incoming call, denies the call using appropriate reason based on SipUserConfiguration.CallDenialPolicy configuration property. The default denial reason is busy.
Public methodDeny(DenialReason, CallCallCompletionHandler)
For an incoming call, denies the call for the specified reason regardless of the configured SipUserConfiguration.CallDenialPolicy property.
Top
See Also