Click or drag to resize
ICancelSenderUASendCancel Method
Cancels a pending outgoing call by sending a CANCEL request to the INVITE.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
bool SendCancel(
	TransactionID transactionID,
	CancelRequestArgs args
)

Parameters

transactionID
Type: Ozeki.VoIPTransactionID
args
Type: Ozeki.VoIPCancelRequestArgs

Return Value

Type: Boolean
See Also