Click or drag to resize

IncomingCallEventArgs Constructor

Initializes a new instance of the IncomingCallEventArgs class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public IncomingCallEventArgs(
	AbstractLocalCall call,
	IPhoneLine line
)

Parameters

call
Type: Ozeki.VoIPAbstractLocalCall
line
Type: Ozeki.VoIPIPhoneLine
See Also