# vox_rtc_server v0.1.0 - 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.Event](VoxRtcServer.Event.md): A typed event emitted by a Vox RTC control session.
- [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.TurnPolicy](VoxRtcServer.TurnPolicy.md): Optional overrides for Vox's server-owned turn policy.

