Click or drag to resize
CallStateChangedArgs Constructor
Initializes a new instance of the CallStateChangedArgs clas..

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public CallStateChangedArgs(
	CallState prevState,
	CallState state,
	int statusCode,
	string reason,
	CallError error = CallError.NoError
)

Parameters

prevState
Type: Ozeki.VoIPCallState
The previous call state.
state
Type: Ozeki.VoIPCallState
The new call state.
statusCode
Type: SystemInt32
The status code sent/received in the SIP message.
reason
Type: SystemString
The reason phrase sent/received in the SIP message.
error (Optional)
Type: Ozeki.VoIPCallError
The call error.
See Also