diff --git a/index.bs b/index.bs index 75dea47..0b2e102 100644 --- a/index.bs +++ b/index.bs @@ -434,6 +434,7 @@ dictionary RTCEncodedAudioFrameMetadata { unsigned long synchronizationSource; octet payloadType; sequence<unsigned long> contributingSources; + short sequenceNumber; }; ### Members ### {#RTCEncodedAudioFrameMetadata-members} @@ -467,6 +468,18 @@ dictionary RTCEncodedAudioFrameMetadata { The list of contribution sources (csrc list) as defined in [[RFC3550]].
++ The RTP sequence number as defined in [[RFC3550]]. Only exists for incoming audio frames. +
++ Comparing two sequence numbers requires serial number arithmetic described in [[RFC1982]]. +
+