You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::AccountSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AccountSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  disable_remote_control: false,
  enable_dial_out: false,
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#disable_remote_controlBoolean

Setting that stops or starts remote control of shared screens during meetings.

Returns:

  • (Boolean)

    Setting that stops or starts remote control of shared screens during meetings.

#enable_dial_outBoolean

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.

Returns:

  • (Boolean)

    Setting that allows meeting participants to choose the Call me at a phone number option.