Click or drag to resize
ICallReject Method (String)
Rejects the incoming call.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.3.7.0
Syntax
bool Reject(
	string reason
)

Parameters

reason
Type: SystemString
The reason of the rejection

Return Value

Type: Boolean
Remarks
It has no effect on outgoing calls.
See Also