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: 10.4.54.0
Syntax
public static TransferState FromStatusCode(
	int statusCode
)

Parameters

statusCode  Int32
The status code.

Return Value

TransferState
The transfer state for the status code.
See Also