Browse Source

Added comment

Paul-Louis Ageneau 5 years ago
parent
commit
61354b7101
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/rtc/configuration.hpp

+ 1 - 0
include/rtc/configuration.hpp

@@ -30,6 +30,7 @@ struct IceServer {
 	enum class Type { Stun, Turn };
 	enum class RelayType { TurnUdp, TurnTcp, TurnTls };
 
+	// Any type
 	IceServer(const string &url);
 
 	// STUN