Click or drag to resize

MediaTransportPreference Enumeration

The list of Media Transport network preferences. This structure provides a list of choices based on the network type preference.A feature(i.e.VoIP calls, or video) can be enabled based on network connectivity. It is necessary to allow a feature to be enabled based on the preference of network connectivity. All transports(enabled) and No Media(disabled) are independent of network type. The Wifi only state is included to indicate that the feature enablement is dependent on wifi connectivity.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum MediaTransportPreference
Members
  Member nameValueDescription
NoMedia0
AllTransports1
WifiOnly2
See Also