# MicPositionContext

`MicPositionContext` provides animated mic anchor coordinates used by recorder gestures.

`AudioRecordingButton` consumes this context to coordinate lock/cancel drag behavior.

## Values

| Value          | Description                       | Type                  |
| -------------- | --------------------------------- | --------------------- |
| `micPositionX` | Animated shared X position value. | `SharedValue<number>` |
| `micPositionY` | Animated shared Y position value. | `SharedValue<number>` |


---

This page was last updated at 2026-04-17T17:33:46.047Z.

For the most recent version of this documentation, visit [https://getstream.io/chat/docs/sdk/react-native/contexts/mic-position-context/](https://getstream.io/chat/docs/sdk/react-native/contexts/mic-position-context/).