rvoip-client
⚠️ Experimental (
0.1.x) — the first real path is UCTP over QUIC signaling.Client::connect("uctp+quic://...")performs the QUIC dial and bearer handshake,Client::call(..., SessionMedium::Voice)sendssession.invite, andSessionHandle::end()sendssession.end. SIP and WebRTC client dispatch are explicit future work.
Client-side SDK for mobile / web / desktop / embedded apps that speak the Universal Conversation Transport Protocol (UCTP). The current milestone is a concrete UCTP QUIC happy path behind one Client / SessionHandle / InboundEvent surface.
use ;
# async
Use Client::connect_with_options(..., ClientOptions) for pinned/self-signed QUIC TLS in dev and tests. For production SIP softphones today, continue to use rvoip-sip directly.
Part of the rvoip workspace (the "rvoip 3"
unified real-time-communications stack). Published so the
rvoip facade can expose it behind the client
feature — see the workspace README and
docs/INTERFACE_DESIGN.md for how it fits into the architecture.
License
Licensed under the MIT License — see LICENSE.