aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webrtc/call.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/webrtc/call.h b/webrtc/call.h
index febb8f3bbf..efc65f0cd9 100644
--- a/webrtc/call.h
+++ b/webrtc/call.h
@@ -69,9 +69,6 @@ class Call {
virtual VideoSendStream* CreateVideoSendStream(
const VideoSendStream::Config& config) = 0;
- // Returns the internal state of the send stream, for resume sending with a
- // new stream with different settings.
- // Note: Only the last returned send-stream state is valid.
virtual void DestroyVideoSendStream(VideoSendStream* send_stream) = 0;
virtual VideoReceiveStream::Config GetDefaultReceiveConfig() = 0;