Skip to content

Commit

Permalink
fix RTCP ssr typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Jun 17, 2024
1 parent 623ce3c commit 740c6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtc-rtcp/src/extended_report/ssr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ impl From<u8> for TTLorHopLimitType {
fn from(v: u8) -> Self {
match v {
1 => TTLorHopLimitType::IPv4,
2 => TTLorHopLimitType::IPv4,
2 => TTLorHopLimitType::IPv6,
_ => TTLorHopLimitType::Missing,
}
}
Expand Down

0 comments on commit 740c6cf

Please sign in to comment.