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 @@ -381,7 +381,7 @@ dictionary RTCEncodedVideoFrameMetadata {
381381<pre class="idl">
382382// New interfaces to define encoded video and audio frames. Will eventually
383383// re-use or extend the equivalent defined in WebCodecs.
384- [Exposed=(Window,DedicatedWorker)]
384+ [Exposed=(Window,DedicatedWorker), Serializable ]
385385interface RTCEncodedVideoFrame {
386386 readonly attribute RTCEncodedVideoFrameType type;
387387 readonly attribute unsigned long timestamp;
@@ -487,7 +487,7 @@ dictionary RTCEncodedAudioFrameMetadata {
487487
488488## <dfn interface>RTCEncodedAudioFrame</dfn> interface ## {#RTCEncodedAudioFrame-interface}
489489<pre class="idl">
490- [Exposed=(Window,DedicatedWorker)]
490+ [Exposed=(Window,DedicatedWorker), Serializable ]
491491interface RTCEncodedAudioFrame {
492492 readonly attribute unsigned long timestamp;
493493 attribute ArrayBuffer data;
You can’t perform that action at this time.
0 commit comments