---
title: "Post Mic Event"
method: POST
path: "/api/call-quality/mic-event"
tags: ["call-quality", "call-quality"]
---

# Post Mic Event

`POST /api/call-quality/mic-event`

Record one microphone failure or recovery.

Not batched, because these are rare and the whole point is knowing exactly
when one happened. A student who hits the amber mic button taps it again
immediately, so the limit allows a burst of retries without allowing a
loop.

## Headers

- `authorization` string, nullable

## Request body

- MicEvent
  - `room_name` string, required
  - `event` string, required
  - `context` string, nullable
  - `client` string, nullable
  - `observed_at` string, date-time, nullable
  - `detail` object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 25 revisions in range; 1 not diffed.

- **2026-09-13** `3c5400a294e1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/changes/api/call-quality/mic-event/post.md)

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/be75c0eba493?raw)
