:doc:`Chime <../../chime>` / Client / update_account_settings

***********************
update_account_settings
***********************



.. py:method:: Chime.Client.update_account_settings(**kwargs)

  

  Updates the settings for the specified Amazon Chime account. You can update settings for remote control of shared screens, or for the dial-out option. For more information about these settings, see `Use the Policies Page <https://docs.aws.amazon.com/chime/latest/ag/policies.html>`__ in the *Amazon Chime Administration Guide*.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateAccountSettings>`_  


  **Request Syntax**
  ::

    response = client.update_account_settings(
        AccountId='string',
        AccountSettings={
            'DisableRemoteControl': True|False,
            'EnableDialOut': True|False
        }
    )
    
  :type AccountId: string
  :param AccountId: **[REQUIRED]** 

    The Amazon Chime account ID.

    

  
  :type AccountSettings: dict
  :param AccountSettings: **[REQUIRED]** 

    The Amazon Chime account settings to update.

    

  
    - **DisableRemoteControl** *(boolean) --* 

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

      

    
    - **EnableDialOut** *(boolean) --* 

      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 <https://docs.aws.amazon.com/chime/latest/ug/chime-join-meeting.html>`__.

      

    
  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Chime.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`Chime.Client.exceptions.NotFoundException`

  
  *   :py:class:`Chime.Client.exceptions.BadRequestException`

  
  *   :py:class:`Chime.Client.exceptions.ForbiddenException`

  
  *   :py:class:`Chime.Client.exceptions.ConflictException`

  
  *   :py:class:`Chime.Client.exceptions.ThrottledClientException`

  
  *   :py:class:`Chime.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`Chime.Client.exceptions.ServiceFailureException`

  