Click or drag to resize

CallStateManagerSetState Method

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public virtual void SetState(
	CallState newCallState,
	int statusCode,
	string reason,
	bool raiseEvent = true
)

Parameters

newCallState
Type: Ozeki.VoIPCallState
statusCode
Type: SystemInt32
reason
Type: SystemString
raiseEvent (Optional)
Type: SystemBoolean
See Also