Create one phoneline object for SIPAccount.
| C# | Visual Basic | Visual C++ |
IPhoneLine CreatePhoneLine( SIPAccount SIPAccount, NatConfiguration natSettings, TransportType transportType, SRTPMode srtpMode )
Function CreatePhoneLine ( SIPAccount As SIPAccount, natSettings As NatConfiguration, transportType As TransportType, srtpMode As SRTPMode ) As IPhoneLine
IPhoneLine^ CreatePhoneLine( SIPAccount^ SIPAccount, NatConfiguration^ natSettings, TransportType transportType, SRTPMode srtpMode )
- SIPAccount (SIPAccount)
- SIP account for registration or creating phone line.
- natSettings (NatConfiguration)
- NAT settings.
- transportType (TransportType)
- Protocol used for SIP communication.
- srtpMode (SRTPMode)
- Secure RTP mode.
IPhoneLine
The created phone line.
The created phone line.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649