Click or drag to resize

LocalInviteSenderTask Constructor

Initializes a new instance of the LocalInviteSenderTask class

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

Parameters

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