Skip to content

Commit f80a936

Browse files
authored
Merge pull request #117 from fippo/payloadtype
metadata: add payloadType
2 parents f683566 + 85672ce commit f80a936

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ dictionary RTCEncodedVideoFrameMetadata {
294294
long spatialIndex;
295295
long temporalIndex;
296296
long synchronizationSource;
297+
octet payloadType;
297298
sequence<long> contributingSources;
298299
};
299300

@@ -309,6 +310,7 @@ interface RTCEncodedVideoFrame {
309310

310311
dictionary RTCEncodedAudioFrameMetadata {
311312
long synchronizationSource;
313+
octet payloadType;
312314
sequence<long> contributingSources;
313315
};
314316

0 commit comments

Comments
 (0)