Skip to content

Commit

Permalink
audio: add rtp sequence number on incoming frames
Browse files Browse the repository at this point in the history
where it is easily available.
  • Loading branch information
fippo committed Sep 29, 2022
1 parent f2797d7 commit 73472cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ dictionary RTCEncodedAudioFrameMetadata {
unsigned long synchronizationSource;
octet payloadType;
sequence<unsigned long> contributingSources;
short? sequenceNumber; // RTP sequence number on incoming frames.
};

[Exposed=(Window,DedicatedWorker)]
Expand Down

0 comments on commit 73472cd

Please sign in to comment.