diff --git a/rtc-rtcp/src/extended_report/ssr.rs b/rtc-rtcp/src/extended_report/ssr.rs index c35959f..684b734 100644 --- a/rtc-rtcp/src/extended_report/ssr.rs +++ b/rtc-rtcp/src/extended_report/ssr.rs @@ -72,7 +72,7 @@ impl From for TTLorHopLimitType { fn from(v: u8) -> Self { match v { 1 => TTLorHopLimitType::IPv4, - 2 => TTLorHopLimitType::IPv4, + 2 => TTLorHopLimitType::IPv6, _ => TTLorHopLimitType::Missing, } }