Skip to content

Commit d614e89

Browse files
authored
Merge pull request #148 from fippo/intro
intro: remove funny hats
2 parents 43cf96c + 3116893 commit d614e89

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

index.bs

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,19 @@ spec:streams; type:interface; text:ReadableStream
3737

3838
# Introduction # {#introduction}
3939

40-
The [[WEBRTC-NV-USE-CASES]] document describes several functions that
41-
can only be achieved by access to media (requirements N20-N22),
42-
including, but not limited to:
43-
* Funny Hats
44-
* Machine Learning
45-
* Virtual Reality Gaming
40+
The [[WEBRTC-NV-USE-CASES]] document describes the use-case of
41+
* Untrusted JavaScript Cloud Conferencing
42+
which requires that the conferencing server does not have access
43+
to the cleartext media (requirement N27).
4644

47-
These use cases further require that processing can be done in worker
48-
threads (requirement N23-N24).
49-
50-
Furthermore, the "trusted JavaScript cloud conferencing" use case
51-
requires such processing to be done on encoded media, not just the raw
52-
media.
45+
This specification provides access to encoded media,
46+
which is the output of the encoder part of a codec and the input to the
47+
decoder part of a codec which allows the user agent to apply encryption
48+
locally.
5349

54-
This specification gives an interface inspired by [[WEB-CODECS]] to
50+
The interface is inspired by [[WEB-CODECS]] to
5551
provide access to such functionality while retaining the setup flow of
56-
RTCPeerConnection.
57-
58-
This iteration of the specification provides access to encoded media,
59-
which is the output of the encoder part of a codec and the input to the
60-
decoder part of a codec.
52+
RTCPeerConnection
6153

6254
# Terminology # {#terminology}
6355

0 commit comments

Comments
 (0)