# vox_rtc_server v0.2.5 - Table of Contents

> Elixir gRPC SDK for Vox-hosted WebRTC conversations

## Pages

- [Vox RTC Server for Elixir](readme.md)

## Modules

- [VoxRtcServer](VoxRtcServer.md): Elixir client for trusted server-side control of Vox WebRTC sessions over gRPC.
- [VoxRtcServer.Bootstrap](VoxRtcServer.Bootstrap.md): Private RTC session bootstrap returned to a trusted Elixir service.
- [VoxRtcServer.Client](VoxRtcServer.Client.md): A persistent trusted-service connection to Vox's gRPC RTC API.
- [VoxRtcServer.ErrorEvent](VoxRtcServer.ErrorEvent.md): A structured error emitted by Vox signaling or conversation control.
- [VoxRtcServer.Event](VoxRtcServer.Event.md): A typed event emitted by a Vox RTC control session.
- [VoxRtcServer.Gateway](VoxRtcServer.Gateway.md): Plug/WebSock gateway for `@eleven-am/vox-rtc-client`.
- [VoxRtcServer.IceCandidate](VoxRtcServer.IceCandidate.md): A trickled WebRTC ICE candidate.
- [VoxRtcServer.IceServer](VoxRtcServer.IceServer.md): Public ICE server configuration returned by Vox.
- [VoxRtcServer.ResponseOptions](VoxRtcServer.ResponseOptions.md): Response generation options.
- [VoxRtcServer.Session](VoxRtcServer.Session.md): Owns one Vox RTC gRPC control stream.
- [VoxRtcServer.SessionConfig](VoxRtcServer.SessionConfig.md): RTC conversation configuration sent over the control stream.
- [VoxRtcServer.SessionDescription](VoxRtcServer.SessionDescription.md): WebRTC session description used for offer/answer signaling.
- [VoxRtcServer.SpeechContext](VoxRtcServer.SpeechContext.md): Versioned speech enrichment attached to a final transcript.
- [VoxRtcServer.SpeechContextSoundSpan](VoxRtcServer.SpeechContextSoundSpan.md): A timestamped YAMNet sound span with its peak model score.
- [VoxRtcServer.SpeechContextSpan](VoxRtcServer.SpeechContextSpan.md): A timestamped speaker-emotion or vocal-event span.
- [VoxRtcServer.StartAck](VoxRtcServer.StartAck.md): Vox acknowledgement for a generation-aware response start.
- [VoxRtcServer.TranscriptCompleted](VoxRtcServer.TranscriptCompleted.md): A final transcript event with typed speech context.
- [VoxRtcServer.TurnPolicy](VoxRtcServer.TurnPolicy.md): Optional overrides for Vox's server-owned turn policy.

