Error

class Error(val reason: String) : Microphone.State

The microphone has encountered a recoverable error that should be surfaced to the user. The error state is used to give the user an opportunity to retry actions with the microphone.

Parameters

reason

debuggable reason for error. Is not shown to the user.

Constructors

Link copied to clipboard
fun Error(reason: String)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val reason: String