Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data AudioFeatures Source #
An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus.
See: newAudioFeatures
smart constructor.
AudioFeatures' | |
|
Instances
newAudioFeatures :: AudioFeatures Source #
Create a value of AudioFeatures
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:echoReduction:AudioFeatures'
, audioFeatures_echoReduction
- Makes echo reduction available to clients who connect to the meeting.
audioFeatures_echoReduction :: Lens' AudioFeatures (Maybe MeetingFeatureStatus) Source #
Makes echo reduction available to clients who connect to the meeting.