Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data AccountSettings Source #
Settings related to the Amazon Chime account. This includes settings that start or stop remote control of shared screens, or start or stop the dial-out option in the Amazon Chime web application. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.
See: newAccountSettings
smart constructor.
AccountSettings' | |
|
Instances
newAccountSettings :: AccountSettings Source #
Create a value of AccountSettings
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:enableDialOut:AccountSettings'
, accountSettings_enableDialOut
- Setting that allows meeting participants to choose the __Call me at a
phone number__ option. For more information, see
Join a Meeting without the Amazon Chime App.
$sel:disableRemoteControl:AccountSettings'
, accountSettings_disableRemoteControl
- Setting that stops or starts remote control of shared screens during
meetings.
accountSettings_enableDialOut :: Lens' AccountSettings (Maybe Bool) Source #
Setting that allows meeting participants to choose the __Call me at a phone number__ option. For more information, see Join a Meeting without the Amazon Chime App.
accountSettings_disableRemoteControl :: Lens' AccountSettings (Maybe Bool) Source #
Setting that stops or starts remote control of shared screens during meetings.