class Aws::Chime::Types::AccountSettings

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*.

[1]: docs.aws.amazon.com/chime/latest/ag/policies.html

@note When making an API call, you may pass AccountSettings

data as a hash:

    {
      disable_remote_control: false,
      enable_dial_out: false,
    }

@!attribute [rw] disable_remote_control

Setting that stops or starts remote control of shared screens during
meetings.
@return [Boolean]

@!attribute [rw] enable_dial_out

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][1].

[1]: https://docs.aws.amazon.com/chime/latest/ug/chime-join-meeting.html
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/AccountSettings AWS API Documentation

Constants

SENSITIVE