Browse Source

Fixed missing maxMessageSize field in struct rtcConfiguration doc

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

+ 1 - 0
DOC.md

@@ -79,6 +79,7 @@ typedef struct {
 	uint16_t portRangeBegin;
 	uint16_t portRangeEnd;
 	int mtu;
+	int maxMessageSize;
 } rtcConfiguration;
 ```