vox-rtc-server
Trusted Rust SDK for Vox-hosted WebRTC conversations. It creates sessions over HTTP and controls them over PondSocket.
PondSocket session
use ;
let client = new?;
let controlled = client.create_controlled_session.await?;
controlled.session.configure.await?;
Pass the API key in VoxRtcServerClientOptions or set VOX_API_KEY.