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 <henrika@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34369}
This commit is contained in:

committed by
WebRTC LUCI CQ

parent
482b7c05c8
commit
5e82c75c8e
@ -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.
|
||||
|
Reference in New Issue
Block a user