# `Mojentic.Realtime.ServerVadConfig`
[🔗](https://github.com/svetzal/mojentic-ex/blob/v1.5.0/lib/mojentic/realtime/config.ex#L1)

Tunable parameters for server-side voice-activity detection.

# `t`

```elixir
@type t() :: %Mojentic.Realtime.ServerVadConfig{
  create_response: term(),
  idle_timeout_ms: term(),
  interrupt_response: term(),
  prefix_padding_ms: term(),
  silence_duration_ms: term(),
  threshold: term(),
  type: term()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
