瀏覽代碼

Updating proxy server support note for c++ header

web2098 2 年之前
父節點
當前提交
6995345097
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/rtc/websocket.hpp

+ 1 - 1
include/rtc/websocket.hpp

@@ -34,7 +34,7 @@ public:
 
 	struct Configuration {
 		bool disableTlsVerification = false; // if true, don't verify the TLS certificate
-		optional<ProxyServer> proxyServer;
+		optional<ProxyServer> proxyServer;   // only non-authenticated http supported for now
 		std::vector<string> protocols;
 		optional<std::chrono::milliseconds> pingInterval; // zero to disable
 		optional<int> maxOutstandingPings;