Click or drag to resize

RelaySessionSetSessionState Method


Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public override void SetSessionState(
	SessionState newState,
	int statusCode = 0,
	string reason = null
)

Parameters

newState  SessionState
 
statusCode  Int32  (Optional)
 
reason  String  (Optional)
 

Implements

IStatefulSessionSetSessionState(SessionState, Int32, String)
IStatefulSessionSetSessionState(SessionState, Int32, String)
See Also