# Sandbox.Voice.IsListening

```csharp
bool IsListening { get; set; }
```

Returns true if the mic is listening. Even if it's listening, it might
not be playing - because it will only record and transmit if it can hear sound.

Declared in [Sandbox.Voice](/api/Sandbox.Voice).
Assembly: `Sandbox.Engine`.
