Skip to content

Commit

Permalink
fix type in bandwidth default
Browse files Browse the repository at this point in the history
  • Loading branch information
willamowius committed Nov 10, 2017
1 parent 9c42258 commit 382e517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MakeCall.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ MakeCallEndPoint::MakeCallEndPoint() : Singleton<MakeCallEndPoint>("MakeCallEndP
// Set the various options
DisableFastStart(true);
DisableH245Tunneling(GkConfig()->GetBoolean("CTI::MakeCall", "DisableH245Tunneling", false));
m_bandwidth = GkConfig()->GetInteger("CTI::MakeCall", "Bandwidth", 386);
m_bandwidth = GkConfig()->GetInteger("CTI::MakeCall", "Bandwidth", 384);
m_rateMultiplier = ceil((float)m_bandwidth / 64);

// Set the default codecs
Expand Down

0 comments on commit 382e517

Please sign in to comment.