diff --git a/worker/src/RTC/SimulcastConsumer.cpp b/worker/src/RTC/SimulcastConsumer.cpp index 07744ec557..c0633ca636 100644 --- a/worker/src/RTC/SimulcastConsumer.cpp +++ b/worker/src/RTC/SimulcastConsumer.cpp @@ -366,8 +366,8 @@ namespace RTC MS_DEBUG_TAG(simulcast, "first SenderReport [ssrc:%" PRIu32 "]", rtpStream->GetSsrc()); - // If our TsReference RTP stream does not yet have SR, do nothing since - // we know we won't be able to switch. + // If our RTP timestamp reference stream does not yet have SR, do nothing + // since we know we won't be able to switch. auto* producerTsReferenceRtpStream = GetProducerTsReferenceRtpStream(); if (!producerTsReferenceRtpStream || !producerTsReferenceRtpStream->GetSenderReportNtpMs())