AmbientNoiseMonitorError

public enum AmbientNoiseMonitorError: Error

The AmbientNoiseMonitorError enum describes domain specific errors for the AmbientNoiseMonitor class.

  • Indicates that the user has denied the application access to the microphone.

    Declaration

    Swift

    case microphonePermissionDenied
  • Indicates that an error occurred while configuring the recorder.

    Declaration

    Swift

    case recorderConfigurationError