We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2aff2 commit 463bb90Copy full SHA for 463bb90
index.bs
@@ -330,7 +330,8 @@ dictionary RTCEncodedVideoFrameMetadata {
330
unsigned long temporalIndex;
331
unsigned long synchronizationSource;
332
octet payloadType;
333
- sequence<unsigned long> contributingSources;
+ DOMString mimeType;
334
+ sequence<unsigned long> contributingSources;
335
};
336
</pre>
337
@@ -433,6 +434,7 @@ interface RTCEncodedVideoFrame {
433
434
dictionary RTCEncodedAudioFrameMetadata {
435
436
437
438
sequence<unsigned long> contributingSources;
439
440
0 commit comments