Skip to content

Commit

Permalink
describe and make non-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Oct 25, 2022
1 parent 6ea1d86 commit b4916b8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ dictionary RTCEncodedAudioFrameMetadata {
unsigned long synchronizationSource;
octet payloadType;
sequence<unsigned long> contributingSources;
short? sequenceNumber; // RTP sequence number on incoming frames.
short sequenceNumber;
};
</pre>
### Members ### {#RTCEncodedAudioFrameMetadata-members}
Expand Down Expand Up @@ -468,6 +468,15 @@ dictionary RTCEncodedAudioFrameMetadata {
The list of contribution sources (csrc list) as defined in [[RFC3550]].
</p>
</dd>
<dt>
<dfn>sequenceNumber</dfn> of type <span class=
"idlMemberType">short</span>
</dt>
<dd>
<p>
The RTP sequence number as defined in [[RFC3550]]. Only exists for incoming audio frames.
</p>
</dd>
</dl>

## <dfn>RTCEncodedAudioFrame</dfn> interface ## {#RTCEncodedAudioFrame-interface}
Expand Down

0 comments on commit b4916b8

Please sign in to comment.