|
@@ -111,7 +111,7 @@ Arguments:
|
|
|
- `disableAutoNegotiation`: if true, the user is responsible for calling `rtcSetLocalDescription` after creating a Data Channel and after setting the remote description
|
|
|
- `forceMediaTransport`: if true, the connection allocates the SRTP media transport even if no tracks are present (necessary to add tracks during later renegotiation)
|
|
|
- `portRangeBegin` (optional): first port (included) of the allowed local port range (0 if unused)
|
|
|
- - `portRangeEnd` (optional): last port (included) of the allowed local port (0 if unused)
|
|
|
+ - `portRangeEnd` (optional): last port (included) of the allowed local port range (0 if unused)
|
|
|
- `mtu` (optional): manually set the Maximum Transfer Unit (MTU) for the connection (0 if automatic)
|
|
|
- `maxMessageSize` (optional): manually set the local maximum message size for Data Channels (0 if default)
|
|
|
|