Click or drag to resize
SessionAbstract Constructor
Initializes a new instance of the SessionAbstract class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
protected SessionAbstract(
	SubSessionType type,
	ISessionCall caller,
	ISessionCall callee,
	IUpperSession upperSession,
	SessionDependencies dependencies,
	SessionVariables sessionVariables,
	SessionState sessionState
)

Parameters

type
Type: Ozeki.VoIP.SubSessionType
caller
Type: Ozeki.VoIP.ISessionCall
callee
Type: Ozeki.VoIP.ISessionCall
upperSession
Type: Ozeki.VoIP.IUpperSession
dependencies
Type: Ozeki.VoIP.SessionDependencies
sessionVariables
Type: Ozeki.VoIP.SessionVariables
sessionState
Type: Ozeki.VoIP.SessionState
See Also