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

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
protected AbstractLocalInviteManager(
	IInternalLocalCall call,
	IByeManager byeManager,
	SessionInviteManager session
)

Parameters

call
Type: Ozeki.VoIPIInternalLocalCall
byeManager
Type: Ozeki.VoIPIByeManager
session
Type: Ozeki.VoIPSessionInviteManager
See Also