Click or drag to resize

SIPUserAgentDetailsUpdate Method (OptionsResult)

Updates the properties with the values from an OPTIONS message.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public void Update(
	OptionsResult optionsResult
)

Parameters

optionsResult
Type: Ozeki.VoIPOptionsResult
The SIP headers from the OPTIONS message.
See Also