Ring Daemon 16.0.0
|
Go to the source code of this file.
Namespaces | |
namespace | jami |
namespace | jami::Conf |
Functions | |
static void | jami::addRangeToDetails (std::map< std::string, std::string > &a, const char *minKey, const char *maxKey, const std::pair< uint16_t, uint16_t > &range) |
static void | jami::unserializeRange (const YAML::Node &node, const char *minKey, const char *maxKey, std::pair< uint16_t, uint16_t > &range) |
Variables | |
const char *const | jami::Conf::AUDIO_PORT_MAX_KEY = "audioPortMax" |
const char *const | jami::Conf::AUDIO_PORT_MIN_KEY = "audioPortMin" |
const char *const | jami::Conf::TURN_ENABLED_KEY = "turnEnabled" |
const char *const | jami::Conf::TURN_SERVER_KEY = "turnServer" |
const char *const | jami::Conf::TURN_SERVER_PWD_KEY = "turnServerPassword" |
const char *const | jami::Conf::TURN_SERVER_REALM_KEY = "turnServerRealm" |
const char *const | jami::Conf::TURN_SERVER_UNAME_KEY = "turnServerUserName" |
const char *const | jami::Conf::VIDEO_PORT_MAX_KEY = "videoPortMax" |
const char *const | jami::Conf::VIDEO_PORT_MIN_KEY = "videoPortMin" |