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.3.183.0
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