Contents

inputIsAvailableChanged(_:)

Called after the availability of audio input changes on a device.

Declaration

optional func inputIsAvailableChanged(_ isInputAvailable: Bool)

Parameters

  • isInputAvailable:

    True if audio input is now available, or False if it is not.

See Also

Delegate Methods