| Index: webrtc/voice_engine/channel.h
|
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
|
| index 75c4fd87cb96467aed48a6ba0c27202b4641dc84..65c34f66c8059a189632784ac732fde19d161526 100644
|
| --- a/webrtc/voice_engine/channel.h
|
| +++ b/webrtc/voice_engine/channel.h
|
| @@ -297,10 +297,7 @@ class Channel
|
| int GetRtpRtcp(RtpRtcp** rtpRtcpModule, RtpReceiver** rtp_receiver) const;
|
|
|
| // VoEDtmf
|
| - int SendTelephoneEventOutband(unsigned char eventCode,
|
| - int lengthMs,
|
| - int attenuationDb,
|
| - bool playDtmfEvent);
|
| + int SendTelephoneEventOutband(int event, int duration_ms);
|
| int SendTelephoneEventInband(unsigned char eventCode,
|
| int lengthMs,
|
| int attenuationDb,
|
|
|