Index: voice_engine/voe_base_impl.cc |
diff --git a/voice_engine/voe_base_impl.cc b/voice_engine/voe_base_impl.cc |
index 8768b324b9869a1be51293f04ed2a7dbdf97a8a9..ec28e06639408ff67b40c63a8a84bfcd2febc7d9 100644 |
--- a/voice_engine/voe_base_impl.cc |
+++ b/voice_engine/voe_base_impl.cc |
@@ -597,8 +597,7 @@ int32_t VoEBaseImpl::StartSend() { |
} |
int32_t VoEBaseImpl::StopSend() { |
- if (shared_->NumOfSendingChannels() == 0 && |
- !shared_->transmit_mixer()->IsRecordingMic()) { |
+ if (shared_->NumOfSendingChannels() == 0) { |
// Stop audio-device recording if no channel is recording |
if (shared_->audio_device()->StopRecording() != 0) { |
shared_->SetLastError(VE_CANNOT_STOP_RECORDING, kTraceError, |