Clean away use of RtpAudioFeedback interface from RTP/RTCP receiver code.
BUG=webrtc:4690 Review URL: https://codereview.webrtc.org/1802993002 Cr-Commit-Position: refs/heads/master@{#12015}
This commit is contained in:
@ -45,7 +45,6 @@ class RtpReceiver {
|
||||
// Creates an audio-enabled RTP receiver.
|
||||
static RtpReceiver* CreateAudioReceiver(
|
||||
Clock* clock,
|
||||
RtpAudioFeedback* incoming_audio_feedback,
|
||||
RtpData* incoming_payload_callback,
|
||||
RtpFeedback* incoming_messages_callback,
|
||||
RTPPayloadRegistry* rtp_payload_registry);
|
||||
|
||||
Reference in New Issue
Block a user