Click or drag to resize
TransferStateExFromStatusCode Method
Creates a transfer state from a SIP status code.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static TransferState FromStatusCode(
	int statusCode
)

Parameters

statusCode
Type: SystemInt32
The status code.

Return Value

Type: TransferState
The transfer state for the status code.
See Also