File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ dictionary RTCEncodedVideoFrameMetadata {
259
259
260
260
// New interfaces to define encoded video and audio frames. Will eventually
261
261
// re-use or extend the equivalent defined in WebCodecs.
262
- [Exposed=Window]
262
+ [Exposed=( Window,DedicatedWorker) ]
263
263
interface RTCEncodedVideoFrame {
264
264
readonly attribute RTCEncodedVideoFrameType type;
265
265
readonly attribute unsigned long long timestamp;
@@ -272,7 +272,7 @@ dictionary RTCEncodedAudioFrameMetadata {
272
272
sequence<long> contributingSources;
273
273
};
274
274
275
- [Exposed=Window]
275
+ [Exposed=( Window,DedicatedWorker) ]
276
276
interface RTCEncodedAudioFrame {
277
277
readonly attribute unsigned long long timestamp;
278
278
attribute ArrayBuffer data;
You can’t perform that action at this time.
0 commit comments