Creates a phone call with the specified parameters.

C# | Visual Basic | Visual C++ |
IPhoneCall CreateCallObject( IPhoneLine line, DialParameters dialParams )
Function CreateCallObject ( line As IPhoneLine, dialParams As DialParameters ) As IPhoneCall
IPhoneCall^ CreateCallObject( IPhoneLine^ line, DialParameters^ dialParams )

- 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).

IPhoneCall
The created phone call object.
The created phone call object.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290