AudioConfigurationOpusProfile Property |
The customer selects the OPUS quality level which has a well known associated bitrate.
The endpoints and infrastructure may reduce the bitrate during impairment conditions, but never increase it beyond the configured value.
This allows bandwidth management to properly account for the call.
Check if OPUS is enabled before using.
The default is eOPUS_CODEC_PROFILE_MODE_WIDE_BAND
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic OpusFormatProfile OpusProfile { get; set; }
Property Value
Type:
OpusFormatProfile
See Also