ICallRespond Method (ResponseCodes) |
Sends a response to the caller with the specified status code.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool Respond(
ResponseCodes responseCode
)
Function Respond (
responseCode As ResponseCodes
) As Boolean
bool Respond(
ResponseCodes responseCode
)
abstract Respond :
responseCode : ResponseCodes -> bool
Parameters
- responseCode
- Type: Ozeki.VoIPResponseCodes
Return Value
Type:
BooleanRemarks
It has no effect on outgoing calls.
See Also