From 5e82c75c8e0ee1605a300e6a6562a69f014c831c Mon Sep 17 00:00:00 2001 From: Harald Alvestrand Date: Fri, 25 Jun 2021 11:37:49 +0000 Subject: [PATCH] Remove TODOs to remove SetAudioPlayback and SetAudioRecording Bug: webrtc:12916 Change-Id: Ic94553f5a2c3b82de4cef52a8d2fd80f6628cfbe Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/223841 Reviewed-by: Henrik Andreassson Commit-Queue: Harald Alvestrand Cr-Commit-Position: refs/heads/master@{#34369} --- api/peer_connection_interface.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/peer_connection_interface.h b/api/peer_connection_interface.h index 83ebc37035..5499b7d87c 100644 --- a/api/peer_connection_interface.h +++ b/api/peer_connection_interface.h @@ -1106,13 +1106,11 @@ class RTC_EXPORT PeerConnectionInterface : public rtc::RefCountInterface { // playout of the underlying audio device but starts a task which will poll // for audio data every 10ms to ensure that audio processing happens and the // audio statistics are updated. - // TODO(henrika): deprecate and remove this. virtual void SetAudioPlayout(bool playout) {} // Enable/disable recording of transmitted audio streams. Enabled by default. // Note that even if recording is enabled, streams will only be recorded if // the appropriate SDP is also applied. - // TODO(henrika): deprecate and remove this. virtual void SetAudioRecording(bool recording) {} // Looks up the DtlsTransport associated with a MID value.