Skip to content

Commit

Permalink
insertable streams: add rtp sequence number to incoming audio metadata
Browse files Browse the repository at this point in the history
spec change w3c/webrtc-encoded-transform#154

drive-by:
- fix idl of payloadType to be octet instead of short
- remove unused contributing_sources vector on audio frame

BUG=TBD

Change-Id: Ic8dc8dcebb035a8f79823a8ca70e02ac1d6788cf
  • Loading branch information
fippo authored and chromium-wpt-export-bot committed Jan 25, 2023
1 parent 38495ce commit ebc61f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
// frames are not passed correctly between sender and receiver.
assert_unreached("Incorrect frame received");
}
assert_not_equals(result.value.getMetadata().sequenceNumber, undefined);

if (numVerifiedFrames == numFramesToSend)
resolve();
Expand Down

0 comments on commit ebc61f9

Please sign in to comment.