Click or drag to resize
CallStateManagerSetState Method

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