ISoftPhoneUnregisterPhoneLine Method |
Unregisters the SIP account from the softphone. If the SIP account is registered with a SIP server,
the softphone will send an unregister request asynchronously to the SIP registrar/proxy.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxvoid UnregisterPhoneLine(
IPhoneLine phoneLine
)
Sub UnregisterPhoneLine (
phoneLine As IPhoneLine
)
void UnregisterPhoneLine(
IPhoneLine^ phoneLine
)
abstract UnregisterPhoneLine :
phoneLine : IPhoneLine -> unit
Parameters
- phoneLine IPhoneLine
- The line object which will be unregistered.
See Also