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 {
259259
260260// New interfaces to define encoded video and audio frames. Will eventually
261261// re-use or extend the equivalent defined in WebCodecs.
262- [Exposed=Window]
262+ [Exposed=( Window,DedicatedWorker) ]
263263interface RTCEncodedVideoFrame {
264264 readonly attribute RTCEncodedVideoFrameType type;
265265 readonly attribute unsigned long long timestamp;
@@ -272,7 +272,7 @@ dictionary RTCEncodedAudioFrameMetadata {
272272 sequence<long> contributingSources;
273273};
274274
275- [Exposed=Window]
275+ [Exposed=( Window,DedicatedWorker) ]
276276interface RTCEncodedAudioFrame {
277277 readonly attribute unsigned long long timestamp;
278278 attribute ArrayBuffer data;
You can’t perform that action at this time.
0 commit comments