TURN module (rfc5766)
Client::Options
Configuration options for the TURN client.
Options
#include <icy/turn/client/client.h>Configuration options for the TURN client.
Public Attributes
| Return | Name | Description |
|---|---|---|
std::string | software | |
std::string | username | |
std::string | password | |
long | timeout | |
std::int64_t | lifetime | |
std::int64_t | timerInterval | |
net::Address | serverAddr |
software
std::string softwareusername
std::string usernamepassword
std::string passwordtimeout
long timeoutlifetime
std::int64_t lifetimetimerInterval
std::int64_t timerIntervalserverAddr
net::Address serverAddrPublic Methods
| Return | Name | Description |
|---|---|---|
Options inline |
Options
inline
inline Options()