Click or drag to resize

SIPUserAgentDetailsUpdate(OptionsResult) Method

Updates the properties with the values from an OPTIONS message.

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

Parameters

optionsResult  OptionsResult
The SIP headers from the OPTIONS message.
See Also