File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ dictionary RTCEncodedVideoFrameMetadata {
362
362
</dt>
363
363
<dd>
364
364
<p>
365
- The codec MIME media type/subtype. e.g., video/vp8 or equivalent.
365
+ The codec MIME media type/subtype. e.g., video/vp8 or equivalent.
366
366
</p>
367
367
</dd>
368
368
<dt>
@@ -468,6 +468,14 @@ dictionary RTCEncodedAudioFrameMetadata {
468
468
that is used to describe the format of the RTP payload.
469
469
</p>
470
470
</dd>
471
+ <dt>
472
+ <dfn>mimeType</dfn> of type <span class="idlMemberType"> DOMString</span>
473
+ </dt>
474
+ <dd>
475
+ <p>
476
+ The codec MIME media type/subtype. e.g., audio/opus or equivalent.
477
+ </p>
478
+ </dd>
471
479
<dt>
472
480
<dfn>contributingSources</dfn> of type <span class=
473
481
"idlMemberType"> sequence<unsigned long></span>
You can’t perform that action at this time.
0 commit comments