File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -361,6 +361,13 @@ accessed using this API, since that would break the isolation rule.
361
361
The API will allow access to some aspects of timing information that are
362
362
otherwise unavailable, which allows some fingerprinting surface.
363
363
364
+ The API will give access to encoded media, which means that the JS application
365
+ will have full control over what's delivered to internal components like
366
+ the packetizer or the decoder. This may require additional care with
367
+ auditing how data is handled inside these components.
368
+
369
+ For instance, packetizers may expect to see data only from trusted encoders,
370
+ and may not be audited for reception of data from untrusted sources.
364
371
365
372
# Examples # {#examples}
366
373
You can’t perform that action at this time.
0 commit comments