Click or drag to resize

CallStateChangedArgs Constructor

Initializes a new instance of the CallStateChangedArgs clas..

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

Parameters

prevState  CallState
The previous call state.
state  CallState
The new call state.
statusCode  Int32
The status code sent/received in the SIP message.
reason  String
The reason phrase sent/received in the SIP message.
error  CallError  (Optional)
The call error.
See Also