- Clean up unused voice engine DTMF code following removal of VoEDtmf APIs.
- Use better types in AudioSendStream::SendTelephoneEvent() and related methods. BUG=webrtc:4690 Review URL: https://codereview.webrtc.org/1722253002 Cr-Commit-Position: refs/heads/master@{#11927}
This commit is contained in:
@ -50,14 +50,6 @@ TwoWayCommunication::~TwoWayCommunication() {
|
||||
delete _channel_B2A;
|
||||
delete _channelRef_A2B;
|
||||
delete _channelRef_B2A;
|
||||
#ifdef WEBRTC_DTMF_DETECTION
|
||||
if (_dtmfDetectorA != NULL) {
|
||||
delete _dtmfDetectorA;
|
||||
}
|
||||
if (_dtmfDetectorB != NULL) {
|
||||
delete _dtmfDetectorB;
|
||||
}
|
||||
#endif
|
||||
_inFileA.Close();
|
||||
_inFileB.Close();
|
||||
_outFileA.Close();
|
||||
|
||||
Reference in New Issue
Block a user