Skip to content

Commit

Permalink
Add comment about jitter in ms
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jul 12, 2023
1 parent 9c7225a commit dfbd618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker/include/RTC/RtpStreamRecv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ namespace RTC
uint64_t lastSrReceived{ 0u };
// Relative transit time for prev packet.
int32_t transit{ 0u };
// Jitter in ms.
uint32_t jitter{ 0u };
uint8_t firSeqNumber{ 0u };
uint32_t reportedPacketLost{ 0u };
Expand Down

0 comments on commit dfbd618

Please sign in to comment.