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