Skip to content

Commit 1b8f5bf

Browse files
Add a note stating that underlying IETF pieces are still in flux (#120)
SHA: a377d84 Reason: push, by @youennf Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 13f3463 commit 1b8f5bf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link href="https://www.w3.org/StyleSheets/TR/2016/W3C-ED" rel="stylesheet" type="text/css">
88
<meta content="Bikeshed version 4f053d00e, updated Tue Aug 10 14:13:32 2021 -0700" name="generator">
99
<link href="https://w3c.github.io/webrtc-encoded-transform/" rel="canonical">
10-
<meta content="914eed4ce550f9f7914b9b33427eaa8fa7f5a612" name="document-revision">
10+
<meta content="a377d84a93379fdf592ad08185b12bbd4a6499c4" name="document-revision">
1111
<style>/* style-autolinks */
1212

1313
.css.css, .property.property, .descriptor.descriptor {
@@ -568,7 +568,7 @@
568568
<div class="head">
569569
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"> </a> </p>
570570
<h1 class="p-name no-ref" id="title">WebRTC Encoded Transform</h1>
571-
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2021-08-26">26 August 2021</time></span></h2>
571+
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2021-09-09">9 September 2021</time></span></h2>
572572
<div data-fill-with="spec-metadata">
573573
<dl>
574574
<dt>This version:
@@ -843,6 +843,10 @@ <h3 class="heading settled" data-level="3.2" id="attribute"><span class="secno">
843843
<p>If a web application sets the transform synchronously at creation of the <code class="idl"><a data-link-type="idl" href="https://www.w3.org/TR/webrtc/#dom-rtcrtpsender" id="ref-for-dom-rtcrtpsender⑤">RTCRtpSender</a></code> (for instance when calling addTrack), the transform will receive the first frame generated by the <code class="idl"><a data-link-type="idl" href="https://www.w3.org/TR/webrtc/#dom-rtcrtpsender" id="ref-for-dom-rtcrtpsender⑥">RTCRtpSender</a></code>'s encoder.
844844
Similarly, if a web application sets the transform synchronously at creation of the <code class="idl"><a data-link-type="idl" href="https://www.w3.org/TR/webrtc/#dom-rtcrtpreceiver" id="ref-for-dom-rtcrtpreceiver⑤">RTCRtpReceiver</a></code> (for instance when calling addTrack, or at track event handler), the transform will receive the first full frame generated by the <code class="idl"><a data-link-type="idl" href="https://www.w3.org/TR/webrtc/#dom-rtcrtpreceiver" id="ref-for-dom-rtcrtpreceiver⑥">RTCRtpReceiver</a></code>'s packetizer.</p>
845845
<h2 class="heading settled" data-level="4" id="sframe"><span class="secno">4. </span><span class="content">SFrameTransform</span><a class="self-link" href="#sframe"></a></h2>
846+
<p class="note" role="note"> The API presented in this section represents a preliminary proposal
847+
based on protocol proposals that have not yet been adopted by an IETF WG.
848+
As a result, both the API and underlying protocol are likely to change
849+
significantly going forward. </p>
846850
<pre class="idl highlight def"><c- b>enum</c-> <dfn class="dfn-paneled idl-code" data-dfn-type="enum" data-export id="enumdef-sframetransformrole"><code><c- g>SFrameTransformRole</c-></code></dfn> {
847851
<dfn class="idl-code" data-dfn-for="SFrameTransformRole" data-dfn-type="enum-value" data-export id="dom-sframetransformrole-encrypt"><code><c- s>"encrypt"</c-></code><a class="self-link" href="#dom-sframetransformrole-encrypt"></a></dfn>,
848852
<dfn class="idl-code" data-dfn-for="SFrameTransformRole" data-dfn-type="enum-value" data-export id="dom-sframetransformrole-decrypt"><code><c- s>"decrypt"</c-></code><a class="self-link" href="#dom-sframetransformrole-decrypt"></a></dfn>

0 commit comments

Comments
 (0)