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

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

Parameters

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