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: 1.8.12.0 (1.8.12)
Syntax void UnregisterPhoneLine(
IPhoneLine phoneLine
)
Sub UnregisterPhoneLine (
phoneLine As IPhoneLine
)
void UnregisterPhoneLine(
IPhoneLine^ phoneLine
)
abstract UnregisterPhoneLine :
phoneLine : IPhoneLine -> unit
Parameters
- phoneLine
- Type: Ozeki.VoIPIPhoneLine
The line object which will be unregistered.
See Also