Skip to content

Commit 80906e8

Browse files
committed
audio: add rtp sequence number on incoming frames
where it is easily available.
1 parent ef682af commit 80906e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.bs

+1
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ dictionary RTCEncodedAudioFrameMetadata {
311311
long synchronizationSource;
312312
octet payloadType;
313313
sequence<long> contributingSources;
314+
short? sequenceNumber; // RTP sequence number on incoming frames.
314315
};
315316

316317
[Exposed=(Window,DedicatedWorker)]

0 commit comments

Comments
 (0)