mtx::responses::TurnServer struct

Response of the GET /_matrix/client/r0/voip/turnServer endpoint.

This API provides credentials for the client to use when initiating calls.

Public variables

std::string username
The username to use.
std::string password
The password to use.
std::vector<std::string> uris
A list of TURN URIs.
uint32_t ttl
The time-to-live in seconds.