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.VoIPSubSessionType
caller
Type: Ozeki.VoIPISessionCall
callee
Type: Ozeki.VoIPISessionCall
upperSession
Type: Ozeki.VoIPIUpperSession
dependencies
Type: Ozeki.VoIPSessionDependencies
sessionVariables
Type: Ozeki.VoIPSessionVariables
sessionState
Type: Ozeki.VoIPSessionState
See Also