Crate medea_coturn_telnet_client

Source
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.
poolpool
deadpool-based simple async pool for CoturnTelnetConnections.
proto
Telnet messages to operate with Coturn and their encoding.

Structs§

CoturnTelnetConnection
Asynchronous connection to remote Coturn server via Telnet interface.

Enums§

CoturnTelnetError
Errors that can be returned by CoturnTelnetConnection.