MicrophoneMiddleware
abstract class MicrophoneMiddleware : CoroutineMiddleware<MapGptCoreContext> , PlatformMicrophoneMiddleware
Preferred way to implement a microphone middleware. Alternatively, you can implement PlatformMicrophoneMiddleware directly.
Extending the CoroutineMiddleware class gives access to CoroutineContext bound to the Middleware lifecycle.