Click or drag to resize

ICallRespond(ResponseCodes, String) Method

Sends a response to the caller with the specified status code.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
bool Respond(
	ResponseCodes responseCode,
	string reasonPhrase
)

Parameters

responseCode  ResponseCodes
 
reasonPhrase  String
 

Return Value

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