Skip to content

Commit

Permalink
Generate Pelican site
Browse files Browse the repository at this point in the history
  • Loading branch information
paullouisageneau committed Dec 13, 2022
1 parent 7bb0bb8 commit 4d2ec70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion feeds/all.atom.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>libdatachannel</title><link href="https://libdatachannel.org/" rel="alternate"></link><link href="https://libdatachannel.org/feeds/all.atom.xml" rel="self"></link><id>https://libdatachannel.org/</id><updated>2022-12-09T10:58:16Z</updated><subtitle></subtitle></feed>
<feed xmlns="http://www.w3.org/2005/Atom"><title>libdatachannel</title><link href="https://libdatachannel.org/" rel="alternate"></link><link href="https://libdatachannel.org/feeds/all.atom.xml" rel="self"></link><id>https://libdatachannel.org/</id><updated>2022-12-13T10:47:16Z</updated><subtitle></subtitle></feed>
2 changes: 1 addition & 1 deletion pages/reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h4>rtcCreatePeerConnection</h4>
<li><code>disableAutoNegotiation</code>: if true, the user is responsible for calling <code>rtcSetLocalDescription</code> after creating a Data Channel and after setting the remote description</li>
<li><code>forceMediaTransport</code>: if true, the connection allocates the SRTP media transport even if no tracks are present (necessary to add tracks during later renegotiation)</li>
<li><code>portRangeBegin</code> (optional): first port (included) of the allowed local port range (0 if unused)</li>
<li><code>portRangeEnd</code> (optional): last port (included) of the allowed local port (0 if unused)</li>
<li><code>portRangeEnd</code> (optional): last port (included) of the allowed local port range (0 if unused)</li>
<li><code>mtu</code> (optional): manually set the Maximum Transfer Unit (MTU) for the connection (0 if automatic)</li>
<li><code>maxMessageSize</code> (optional): manually set the local maximum message size for Data Channels (0 if default)</li>
</ul>
Expand Down

0 comments on commit 4d2ec70

Please sign in to comment.