Call a number.
| C# | Visual Basic | Visual C++ |
IPhoneCall CreateCallObject( IPhoneLine iline, string dial, CallType callType )
Function CreateCallObject ( iline As IPhoneLine, dial As String, callType As CallType ) As IPhoneCall
IPhoneCall^ CreateCallObject( IPhoneLine^ iline, String^ dial, CallType callType )
- iline (IPhoneLine)
- The relative phone line object to the created phone call object.
- dial (String)
- The phone number to dial.
- callType (CallType)
- Media types used for the phone call. (It can be modified during the call.)
IPhoneCall
The created phone call.
The created phone call.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649