Browse Source

Updating capi

eric.gressman 2 years ago
parent
commit
342d318934
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/rtc/rtc.h

+ 1 - 1
include/rtc/rtc.h

@@ -374,7 +374,7 @@ int rtcSetSsrcForType(const char *mediaType, const char *sdp, char *buffer, cons
 
 
 typedef struct {
 typedef struct {
 	bool disableTlsVerification; // if true, don't verify the TLS certificate
 	bool disableTlsVerification; // if true, don't verify the TLS certificate
-	const char *proxyServer;     // unsupported for now
+	const char *proxyServer;
 	const char **protocols;
 	const char **protocols;
 	int protocolsCount;
 	int protocolsCount;
 	int pingInterval;        // in milliseconds, 0 means default, < 0 means disabled
 	int pingInterval;        // in milliseconds, 0 means default, < 0 means disabled