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

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

Parameters

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