Interface Capability

This is additional information about the device not available from the standard HTML environment. This information can be used to inform which set of assets to load, or which effects to use.

export
interface

Capability

Hierarchy

  • Capability

Index

Properties

Properties

microphone

microphone: { supportsPushToTalk: boolean; supportsWakeWord: boolean }

Object containing information related to the device's microphone

Type declaration

  • supportsPushToTalk: boolean

    Specifies whether or not the device's microphone may be activated using a physical button on the device or a remote.

  • supportsWakeWord: boolean

    Specifies whether or not the device's microphone may be activated using a wake word. If true, then the microphone may also be activated programatically through the Voice interface.

2019, Amazon.com, Inc. or its affiliates. All Rights Reserved.