CtiCallStateManager.RejectCall(Guid, Dictionary<String,String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes a reject call command to the base interface.
public:
virtual bool RejectCall(Guid ctiCallRefCallId, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ additionalData);
public virtual bool RejectCall (Guid ctiCallRefCallId, System.Collections.Generic.Dictionary<string,string> additionalData);
abstract member RejectCall : Guid * System.Collections.Generic.Dictionary<string, string> -> bool
override this.RejectCall : Guid * System.Collections.Generic.Dictionary<string, string> -> bool
Public Overridable Function RejectCall (ctiCallRefCallId As Guid, additionalData As Dictionary(Of String, String)) As Boolean
Parameters
- ctiCallRefCallId
- Guid
Specifies the call reference ID.
- additionalData
- Dictionary<String,String>
Additional data associated with the command.
Returns
True
on success, otherwise false
.