PhoneLineConfiguration(SIPAccount) Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic PhoneLineConfiguration(
SIPAccount sipAccount
)
Public Sub New (
sipAccount As SIPAccount
)
public:
PhoneLineConfiguration(
SIPAccount^ sipAccount
)
new :
sipAccount : SIPAccount -> PhoneLineConfiguration
Parameters
- sipAccount SIPAccount
- The SIP account
See Also