Click or drag to resize

SessionStateChangeEventArgs Constructor

Initializes a new instance of the SessionStateChangeEventArgs class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public SessionStateChangeEventArgs(
	SessionState state,
	int statusCode = 0,
	string reasonPhrase = ""
)

Parameters

state
Type: Ozeki.VoIPSessionState
statusCode (Optional)
Type: SystemInt32
reasonPhrase (Optional)
Type: SystemString
See Also