Browse Source

Update configuration

Paul-Louis Ageneau 4 weeks ago
parent
commit
8ed9a73b19
2 changed files with 2 additions and 2 deletions
  1. 1 1
      include/rtc/configuration.hpp
  2. 1 1
      include/rtc/rtc.h

+ 1 - 1
include/rtc/configuration.hpp

@@ -72,7 +72,7 @@ struct RTC_CPP_EXPORT Configuration {
 	// Options
 	CertificateType certificateType = CertificateType::Default;
 	TransportPolicy iceTransportPolicy = TransportPolicy::All;
-	bool enableIceTcp = false;    // libnice only
+	bool enableIceTcp = false;
 	bool enableIceUdpMux = false; // libjuice only
 	bool disableAutoNegotiation = false;
 	bool disableAutoGathering = false;

+ 1 - 1
include/rtc/rtc.h

@@ -191,7 +191,7 @@ typedef struct {
 	const char *bindAddress; // libjuice only, NULL means any
 	rtcCertificateType certificateType;
 	rtcTransportPolicy iceTransportPolicy;
-	bool enableIceTcp;    // libnice only
+	bool enableIceTcp;
 	bool enableIceUdpMux; // libjuice only
 	bool disableAutoNegotiation;
 	bool forceMediaTransport;