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
Syntaxpublic enum MediaTransportPreference
Members
| Member name | Value | Description |
---|
| NoMedia | 0 | |
| AllTransports | 1 | |
| WifiOnly | 2 | |
See Also