Fix bug in GetREDStatus(): it doesn't actually return the current status.
BUG=none TEST=none R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/41639004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@8159 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
82415e395f
commit
df9a41d270
@ -3305,6 +3305,7 @@ Channel::GetREDStatus(bool& enabled, int& redPayloadtype)
|
||||
"module");
|
||||
return -1;
|
||||
}
|
||||
redPayloadtype = payloadType;
|
||||
WEBRTC_TRACE(kTraceStateInfo, kTraceVoice,
|
||||
VoEId(_instanceId, _channelId),
|
||||
"GetREDStatus() => enabled=%d, redPayloadtype=%d",
|
||||
|
Loading…
x
Reference in New Issue
Block a user