From 4d2ec70d2bd7a26534b802b5fee1d4c705b00ae7 Mon Sep 17 00:00:00 2001 From: Paul-Louis Ageneau Date: Tue, 13 Dec 2022 10:47:16 +0100 Subject: [PATCH] Generate Pelican site --- feeds/all.atom.xml | 2 +- pages/reference.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/feeds/all.atom.xml b/feeds/all.atom.xml index 1f56e1227..1ce798e09 100644 --- a/feeds/all.atom.xml +++ b/feeds/all.atom.xml @@ -1,2 +1,2 @@ -libdatachannelhttps://libdatachannel.org/2022-12-09T10:58:16Z \ No newline at end of file +libdatachannelhttps://libdatachannel.org/2022-12-13T10:47:16Z \ No newline at end of file diff --git a/pages/reference.html b/pages/reference.html index 951cc7eb1..077e2ac9d 100644 --- a/pages/reference.html +++ b/pages/reference.html @@ -131,7 +131,7 @@

rtcCreatePeerConnection

  • 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)