Expand description
Telnet client implementation to access Coturn admin interface (cli).
You may use CoturnTelnetConnection
directly, but it is recommended
to use connections pool (based on deadpool) that will take care of
connections lifecycle. Enable pool
feature for that.
Modules§
- client
- Asynchronous client to remote Coturn server.
- pool
pool
- deadpool-based simple async pool for
CoturnTelnetConnection
s. - proto
- Telnet messages to operate with Coturn and their encoding.
Structs§
- Coturn
Telnet Connection - Asynchronous connection to remote Coturn server via Telnet interface.
Enums§
- Coturn
Telnet Error - Errors that can be returned by
CoturnTelnetConnection
.