Skip to content

Commit 125165b

Browse files
authored
Add CSP support requirement
Fix for Issues #35 and #36.
1 parent 09220b3 commit 125165b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

index.html

+9-2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ <h3>Video Conferencing with a Central Server</h3>
112112
N09 The user agent must be able to control
113113
robustness (RTX, RED, FEC) applied to individual
114114
simulcast and SVC layers.
115+
N24 CSP support for WebRTC
115116
</pre>
116117
<p>This use case has been implemented by conferencing services utilizing [[ORTC]],
117118
as well as proprietary additions to [[WEBRTC]].</p>
@@ -140,6 +141,7 @@ <h3>File Sharing</h3>
140141
audio/video communications.
141142
N13 It must be possible to support data exchange
142143
in a worker.
144+
N24 CSP support for WebRTC
143145
</pre>
144146
References:
145147
<ol>
@@ -163,12 +165,13 @@ <h3>Internet of Things</h3>
163165
of the data transport (e.g. set the SCTP
164166
heartbeat interval or turn it off), RTO values,
165167
etc.
166-
N16 It must be possible to send arbitrary data
168+
N16 It must be possible to send arbitrary data
167169
reliable, unreliable or partially reliable with
168-
a specific maximum number of retransmissions
170+
a specific maximum number of retransions
169171
or a specific maximum timeout.
170172
N17 It must be possible to send arbitrary data
171173
ordered or unordered.
174+
N24 CSP support for WebRTC
172175
</pre>
173176
Reference:
174177
<a href="https://lists.w3.org/Archives/Public/public-webrtc/2018May/0079.html">Mailing list discussion</a>
@@ -202,6 +205,7 @@ <h3>Funny Hats</h3>
202205
between the main thread and worker threads.
203206
N22 It must be possible to do efficient media
204207
manipulation in worker threads by utilizing the GPU.
208+
N24 CSP support for WebRTC
205209
</pre>
206210

207211
References:
@@ -254,6 +258,7 @@ <h3>Machine Learning</h3>
254258
between the main thread and worker threads.
255259
N22 It must be possible to do efficient media
256260
manipulation in worker threads.
261+
N24 CSP support for WebRTC
257262
</pre>
258263
</section>
259264
<section id="vr*">
@@ -267,6 +272,7 @@ <h3>Virtual Reality Gaming</h3>
267272
----------------------------------------------------------------
268273
N23 The user agent must be able to send data synchronized
269274
with audio and video.
275+
N24 CSP support for WebRTC
270276
</pre>
271277

272278
References:
@@ -341,6 +347,7 @@ <h3>Requirements Summary</h3>
341347
manipulation in worker threads by utilizing the GPU.
342348
N23 The user agent must be able to send data synchronized
343349
with audio.
350+
N24 CSP support for WebRTC
344351
</pre>
345352
</section>
346353
</section>

0 commit comments

Comments
 (0)