Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Feb 20, 2025
1 parent 86694e9 commit 0bde5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/src/RTC/Transport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ namespace RTC
if (createTccServer)
{
this->tccServer = std::make_shared<RTC::TransportCongestionControlServer>(
this, bweType, RTC::Consts::MidRtpExtensionMaxLength);
this, bweType, RTC::Consts::RtcpPacketMaxSize);

if (this->maxIncomingBitrate != 0u)
{
Expand Down

0 comments on commit 0bde5d7

Please sign in to comment.