Click or drag to resize

AbstractLocalInviteManager Constructor

Initializes a new instance of the AbstractLocalInviteManager class

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

Parameters

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