Click or drag to resize

HttpUserConfiguration Properties

The HttpUserConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
A Boolean value indicating whether the SIP provider is enabled.
Public propertyHttpClientConfiguration
Configuration information for HTTP Client data.
Public propertyMediaAddressMode
Indicates the IP address type preference to use while transporting media for HTTP calls from a dual stack client network. Currently IPv4 and IPv6 are the valid options supported by Client SDK. IPv4Then6 and IPv6Then4 are internally treated as IPv4 and IPv6 respectively for HTTP calls.
Public propertyMediaEncryptionTypeArray
List of enabled ciphersuites for SRTP
Public propertyMediaTunnelingEnabled
A Boolean value indicating whether the Media Tunneling is allowed by the configuration. If media tunneling is allowed, Client SDK will try to tunnel audio/video data on ports 443/8443 upon failure of audio/video data connections on standard ports.
Public propertyMediaTunnelingEnforced
A Boolean value indicating whether the Media Tunneling is enforced by the configuration. Should be used only for testing purposes.
Public propertySrtcpEnabled
Flag tracking whether STRCP signaling should be enabled. This flag is added as a way of getting around issues we may encounter in the field where SRTCP is not supported, or is supported but somehow in an incompatible way with the Avaya's implementation. Specific to pre 7.0 Aura environment, an old CM that receives SRTCP may strip all of the SRTP capabilities from the offer as opposed to letting the offer go without SRTCP. This configuration becomes important when a new endpoint is working in an old CM environment.
Public propertyVoIPCallingPreference
Preference for VoIP Calling.
Top
See Also