Ozeki VoIP SDK Class library
CreateCallObject Method (line, dialParams)
NamespacesOzeki.VoIP.SDKISoftPhoneCreateCallObject(IPhoneLine, DialParameters)
Creates a phone call with the specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
IPhoneCall CreateCallObject(
	IPhoneLine line,
	DialParameters dialParams
)
Function CreateCallObject ( 
	line As IPhoneLine,
	dialParams As DialParameters
) As IPhoneCall
IPhoneCall^ CreateCallObject(
	IPhoneLine^ line, 
	DialParameters^ dialParams
)
Parameters
line (IPhoneLine)
The phone line the call will be created on.
dialParams (DialParameters)
The parameters for the outgoing call (such as dialed number or media types).
Return Value
IPhoneCall
The created phone call object.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290