|
5 | 5 | <title>WebRTC Encoded Transform</title>
|
6 | 6 | <meta content="ED" name="w3c-status">
|
7 | 7 | <link href="https://www.w3.org/StyleSheets/TR/2016/W3C-ED" rel="stylesheet" type="text/css">
|
8 |
| - <meta content="Bikeshed version c5fd42b86, updated Mon Apr 5 16:27:33 2021 -0700" name="generator"> |
| 8 | + <meta content="Bikeshed version c6f50773a, updated Fri Apr 16 16:45:47 2021 -0700" name="generator"> |
9 | 9 | <link href="https://w3c.github.io/webrtc-encoded-transform/" rel="canonical">
|
10 |
| - <meta content="1922fede2575b25cf978f0bd7057b2abe9ddec0b" name="document-revision"> |
| 10 | + <meta content="963a072a52c562c26d8de38627c704453722e241" name="document-revision"> |
11 | 11 | <style>/* style-autolinks */
|
12 | 12 |
|
13 | 13 | .css.css, .property.property, .descriptor.descriptor {
|
|
114 | 114 | --ins-bg: transparent;
|
115 | 115 |
|
116 | 116 | --a-normal-text: #034575;
|
117 |
| - --a-normal-underline: #707070; |
| 117 | + --a-normal-underline: #bbb; |
118 | 118 | --a-visited-text: var(--a-normal-text);
|
119 |
| - --a-visited-underline: #bbb; |
| 119 | + --a-visited-underline: #707070; |
120 | 120 | --a-hover-bg: rgba(75%, 75%, 75%, .25);
|
121 | 121 | --a-active-text: #c00;
|
122 | 122 | --a-active-underline: #c00;
|
|
568 | 568 | <div class="head">
|
569 | 569 | <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>
|
570 | 570 | <h1 class="p-name no-ref" id="title">WebRTC Encoded Transform</h1>
|
571 |
| - <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2021-04-15">15 April 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-04-22">22 April 2021</time></span></h2> |
572 | 572 | <div data-fill-with="spec-metadata">
|
573 | 573 | <dl>
|
574 | 574 | <dt>This version:
|
@@ -1083,6 +1083,12 @@ <h2 class="heading settled" data-level="6" id="privacy"><span class="secno">6. <
|
1083 | 1083 | accessed using this API, since that would break the isolation rule.</p>
|
1084 | 1084 | <p>The API will allow access to some aspects of timing information that are
|
1085 | 1085 | otherwise unavailable, which allows some fingerprinting surface.</p>
|
| 1086 | + <p>The API will give access to encoded media, which means that the JS application |
| 1087 | +will have full control over what’s delivered to internal components like |
| 1088 | +the packetizer or the decoder. This may require additional care with |
| 1089 | +auditing how data is handled inside these components.</p> |
| 1090 | + <p>For instance, packetizers may expect to see data only from trusted encoders, |
| 1091 | +and may not be audited for reception of data from untrusted sources.</p> |
1086 | 1092 | <h2 class="heading settled" data-level="7" id="examples"><span class="secno">7. </span><span class="content">Examples</span><a class="self-link" href="#examples"></a></h2>
|
1087 | 1093 | <p>See the <a href="https://github.com/w3c/webrtc-encoded-transform/blob/master/explainer.md#code-examples">explainer document</a>.</p>
|
1088 | 1094 | </main>
|
|
0 commit comments