We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01493d commit d663d9cCopy full SHA for d663d9c
index.bs
@@ -362,7 +362,7 @@ dictionary RTCEncodedVideoFrameMetadata {
362
</dt>
363
<dd>
364
<p>
365
- The codec MIME media type/subtype. e.g., video/vp8 or equivalent.
+ The codec MIME media type/subtype. e.g., video/vp8 or equivalent.
366
</p>
367
</dd>
368
<dt>
@@ -468,6 +468,14 @@ dictionary RTCEncodedAudioFrameMetadata {
468
that is used to describe the format of the RTP payload.
469
470
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>
479
480
<dfn>contributingSources</dfn> of type <span class=
481
"idlMemberType">sequence<unsigned long></span>
0 commit comments