Click or drag to resize
HttpUserConfigurationMediaTunnelingEnabled Property
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.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public bool MediaTunnelingEnabled { get; set; }

Property Value

Type: Boolean
See Also