Integrate plog

This commit is contained in:
Murat Dogan
2019-12-18 10:33:35 +03:00
parent 9749f8d63e
commit 92f08948d3
7 changed files with 24 additions and 2 deletions

View File

@ -29,12 +29,15 @@ using namespace std;
template <class T> weak_ptr<T> make_weak_ptr(shared_ptr<T> ptr) { return ptr; }
int main(int argc, char **argv) {
// For debug messages
// rtc::Configuration config(Configuration::LogLevel::debug)
rtc::Configuration config;
// config.iceServers.emplace_back("stun.l.google.com:19302");
// config.enableIceTcp = true;
// Add TURN Server Example
// IceServer turnServer("TURN_SERVER_URL", "PORT_NO", "USERNAME", "PASSWORD",
// IceServer turnServer("TURN_SERVER_URL", "PORT_NO", "USERNAME", "PASSWORD",
// IceServer::RelayType::TurnTls);
// config.iceServers.push_back(turnServer);