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 {
381
381
<pre class="idl">
382
382
// New interfaces to define encoded video and audio frames. Will eventually
383
383
// re-use or extend the equivalent defined in WebCodecs.
384
- [Exposed=(Window,DedicatedWorker)]
384
+ [Exposed=(Window,DedicatedWorker), Serializable ]
385
385
interface RTCEncodedVideoFrame {
386
386
readonly attribute RTCEncodedVideoFrameType type;
387
387
readonly attribute unsigned long timestamp;
@@ -487,7 +487,7 @@ dictionary RTCEncodedAudioFrameMetadata {
487
487
488
488
## <dfn interface>RTCEncodedAudioFrame</dfn> interface ## {#RTCEncodedAudioFrame-interface}
489
489
<pre class="idl">
490
- [Exposed=(Window,DedicatedWorker)]
490
+ [Exposed=(Window,DedicatedWorker), Serializable ]
491
491
interface RTCEncodedAudioFrame {
492
492
readonly attribute unsigned long timestamp;
493
493
attribute ArrayBuffer data;
You can’t perform that action at this time.
0 commit comments