Expand description
#turn-client-dimpl
TLS TURN client using Dimpl.
An implementation of a TURN client suitable for TLS over TCP connections and DTLS over UDP connections.
Note: no certificate validation is currently performed so this is TLS implementation is not currently recommended for use.
Re-exports§
pub use dimpl;
Structs§
- Turn
Client Dimpl - A TURN client that communicates over TLS.