Fix for issue 420 in TransmitMixer::SetTypingDetectionParameters.
Review URL: https://webrtc-codereview.appspot.com/747004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2649 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
510c1e36fe
commit
bdb03d48ae
@ -1466,7 +1466,7 @@ int TransmitMixer::SetTypingDetectionParameters(int timeWindow,
|
||||
_reportingThreshold = reportingThreshold;
|
||||
if(penaltyDecay != 0)
|
||||
_penaltyDecay = penaltyDecay;
|
||||
if(_typeEventDelay != 0)
|
||||
if(typeEventDelay != 0)
|
||||
_typeEventDelay = typeEventDelay;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user