| Index: call/call.h
|
| diff --git a/call/call.h b/call/call.h
|
| index f26d9d654001087d15d6135473fc311ef9508b5b..e603af9516d8f0aac1f0776b72cb1c1f83517274 100644
|
| --- a/call/call.h
|
| +++ b/call/call.h
|
| @@ -131,6 +131,11 @@ class Call {
|
| const Call::Config& config,
|
| std::unique_ptr<RtpTransportControllerSendInterface> transport_send);
|
|
|
| + // TODO(nisse): Should move to RtpTransportController.
|
| + // Rtp header extensions can be renegotiated mid-call.
|
| + virtual void SetVideoReceiveRtpHeaderExtensions(
|
| + const std::vector<RtpExtension>& extensions) = 0;
|
| +
|
| virtual AudioSendStream* CreateAudioSendStream(
|
| const AudioSendStream::Config& config) = 0;
|
| virtual void DestroyAudioSendStream(AudioSendStream* send_stream) = 0;
|
|
|