Click or drag to resize

SubscriptionStateExAsString Method

Returns the textual representation of the given subscription state.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static string AsString(
	SubscriptionState state
)

Parameters

state
Type: Ozeki.VoIPSubscriptionState
The subscription state.

Return Value

Type: String
The string form of the state.
See Also