Skip to content

Commit 80ea683

Browse files
author
Guido Urdaneta
committed
Adjust questionnaire
1 parent ac86f11 commit 80ea683

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tag_sp_questionnaire.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,55 @@ This API exposes encoded audio and video frames from peer connections and metada
55
The API also exposes a way to write arbitrary audio and video frame data (not metadata) to the WebRTC network packetizer in RTCRtpSenders, and to decoders in RTCRtpReceivers. The API does not allow the ability to create frames. The only frames that can be written are previously received frames, and only the media payload can be modified.
66
This exposure is required to allow processing of encoded audio and video data, which is the main use case this API intends to support. For example, an application may append additional metadata to a frame, may encrypt it, or may leave it unmodified and just use the metadata to provide diagnostics.
77
Note that media data is already exposed to the web in less ergonomic ways. For example, encoded audio and video data from a peer connection can be exposed via MediaRecorder. Decoded versions of the same data can be exposed via media elements. Some of the metadata is also already exposed.
8+
89
###2.2. Is this specification exposing the minimum amount of information necessary to power the feature?
910
Yes. The need to expose the audio/video encoded payloads is obvious based on the intended use case (encoded media processing).
1011
With regards to the exposed metadata, it can be said that many specific use cases need access to metadata in order to function properly. For example, some applications may append extra data to the payload that can be used by the remote end together with the exposed metadata to to validate payloads.
12+
1113
###2.3. How does this specification deal with personal information or personally-identifiable information or information derived thereof?
1214
No extra personal information or personally-identifiable information is exposed by this API.
15+
1316
###2.4. How does this specification deal with sensitive information?
1417
No extra sensitive information is exposed by this API.
18+
1519
###2.5. Does this specification introduce new state for an origin that persists across browsing sessions?
1620
No.
21+
1722
###2.6. What information from the underlying platform, e.g. configuration data, is exposed by this specification to an origin?
1823
None.
24+
1925
###2.7. Does this specification allow an origin access to sensors on a user’s device
2026
No.
27+
2128
###2.8. What data does this specification expose to an origin? Please also document what data is identical to data exposed by other features, in the same or different contexts.
2229
As mentioned above, this API exposes encoded media data in a manner that makes it easy to do encoded media processing. It also exposes metadata associated with each frame.
2330
Media data and some of the metadata exposed by this API is already exposed by other APIs such as MediaRecorder, getStats() and media elements. T
2431
Streams that are tainted with another origin cannot be accessed with this API, as that would break the isolation rule.
32+
2533
###2.9. Does this specification enable new script execution/loading mechanisms?
2634
No
35+
2736
###2.10. Does this specification allow an origin to access other devices?
2837
No.
38+
2939
###2.11. Does this specification allow an origin some measure of control over a user agent’s native UI?
3040
No.
41+
3142
###2.12. What temporary identifiers might this specification create or expose to the web?
3243
It exposes WebRTC synchronization sources and contributing sources (already exposed through other APIs).
44+
3345
###2.13. How does this specification distinguish between behavior in first-party and third-party contexts?
3446
Streams that are tainted with another origin cannot be accessed with this API, as that would break the isolation rule.
47+
3548
###2.14. How does this specification work in the context of a user agent’s Private Browsing or "incognito" mode?
3649
No difference.
50+
3751
###2.15. Does this specification have a "Security Considerations" and "Privacy Considerations" section?
3852
Yes.
53+
3954
###2.16. Does this specification allow downgrading default security characteristics?
4055
No.
56+
4157
###2.17. What should this questionnaire have asked?
4258
The questions seem adequate.
4359

0 commit comments

Comments
 (0)