Click or drag to resize
AbstractLocalCallRespond Method (ResponseCodes, String)

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

Parameters

responseCode
Type: Ozeki.VoIPResponseCodes
reasonPhrase
Type: SystemString

Return Value

Type: Boolean

Implements

ICallRespond(ResponseCodes, String)
See Also