Browse Source

Fixed missing bindAddress field in struct rtcConfiguration doc

Paul-Louis Ageneau 4 years ago
parent
commit
9405b2d15e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      DOC.md

+ 1 - 0
DOC.md

@@ -71,6 +71,7 @@ int rtcCreatePeerConnection(const rtcConfiguration *config)
 typedef struct {
 	const char **iceServers;
 	int iceServersCount;
+	const char *bindAddress;
 	rtcCertificateType certificateType;
 	rtcTransportPolicy iceTransportPolicy;
 	bool enableIceTcp;