瀏覽代碼

Fixed missing bindAddress field in struct rtcConfiguration doc

Paul-Louis Ageneau 4 年之前
父節點
當前提交
9405b2d15e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;