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

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public P2PSessionImpl(
	SubSessionType sessionType,
	ISessionCall caller,
	ISessionCall callee,
	IUpperSession mainSession,
	SessionDependencies dependencies,
	SessionVariables sessionVariables,
	bool sendErrorResponse,
	SessionState initialSessinState = SessionState.Created
)

Parameters

sessionType
Type: Ozeki.VoIPSubSessionType
caller
Type: Ozeki.VoIPISessionCall
callee
Type: Ozeki.VoIPISessionCall
mainSession
Type: Ozeki.VoIPIUpperSession
dependencies
Type: Ozeki.VoIPSessionDependencies
sessionVariables
Type: Ozeki.VoIPSessionVariables
sendErrorResponse
Type: SystemBoolean
initialSessinState (Optional)
Type: Ozeki.VoIPSessionState
See Also