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 @@ -258,7 +258,7 @@ dictionary RTCEncodedVideoFrameMetadata {
258
258
259
259
// New interfaces to define encoded video and audio frames. Will eventually
260
260
// re-use or extend the equivalent defined in WebCodecs.
261
- [Exposed=Window]
261
+ [Exposed=( Window,DedicatedWorker) ]
262
262
interface RTCEncodedVideoFrame {
263
263
readonly attribute RTCEncodedVideoFrameType type;
264
264
readonly attribute unsigned long long timestamp;
@@ -271,7 +271,7 @@ dictionary RTCEncodedAudioFrameMetadata {
271
271
sequence<long> contributingSources;
272
272
};
273
273
274
- [Exposed=Window]
274
+ [Exposed=( Window,DedicatedWorker) ]
275
275
interface RTCEncodedAudioFrame {
276
276
readonly attribute unsigned long long timestamp;
277
277
attribute ArrayBuffer data;
You can’t perform that action at this time.
0 commit comments