Class HomeKitRemoteController

Deprecated

Hierarchy (view full)

Constructors

  • Creates a new RemoteController. If siri voice input is supported the constructor to an SiriAudioStreamProducer needs to be supplied. Otherwise, a remote without voice support will be created.

    For every audio session a new SiriAudioStreamProducer will be constructed.

    Parameters

    • Optional audioProducerConstructor: SiriAudioStreamProducerConstructor

      constructor for a SiriAudioStreamProducer

    • Optional producerOptions: any

      if supplied this argument will be supplied as third argument of the SiriAudioStreamProducer constructor. This should be used to supply configurations to the stream producer.

    Returns HomeKitRemoteController

Properties

activeIdentifier: number = 0
targetConfigurations: Map<number, TargetConfiguration> = ...

Methods