Click or drag to resize
SessionStateChangeEventArgs Constructor
Initializes a new instance of the SessionStateChangeEventArgs class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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