TURN module (rfc5766)

Client::Options

[Configuration]({#ref classicy_1_1Configuration #}) options for the TURN client.

Options

#include <icy/turn/client/client.h>

Configuration options for the TURN client.

Public Attributes

ReturnNameDescription
std::stringsoftware
std::stringusername
std::stringpassword
longtimeout
std::int64_tlifetime
std::int64_ttimerInterval
net::AddressserverAddr

software

std::string software

username

std::string username

password

std::string password

timeout

long timeout

lifetime

std::int64_t lifetime

timerInterval

std::int64_t timerInterval

serverAddr

net::Address serverAddr

Public Methods

ReturnNameDescription
Options inline

Options

inline

inline Options()