mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-12-09 14:08:29 +00:00
Option for enabling ICE TCP Candidates
This commit is contained in:
@@ -31,6 +31,7 @@ template <class T> weak_ptr<T> make_weak_ptr(shared_ptr<T> ptr) { return ptr; }
|
||||
int main(int argc, char **argv) {
|
||||
rtc::Configuration config;
|
||||
// config.iceServers.emplace_back("stun.l.google.com:19302");
|
||||
// config.enableIceTcp = true;
|
||||
|
||||
// IceServer turnServer("TURN_SERVER_URL", "PORT_NO", IceServer::Type::TURN, "USERNAME",
|
||||
// "PASSWORD", IceServer::RelayType::RELAY_TYPE_TURN_TLS);
|
||||
|
||||
Reference in New Issue
Block a user