Index: webrtc/voice_engine/channel_proxy.h |
diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h |
index 344769e1a9181451d347b35b7a8167c2f97d6825..d54cf3f490dff03037a1ea4eb817a70153db6eac 100644 |
--- a/webrtc/voice_engine/channel_proxy.h |
+++ b/webrtc/voice_engine/channel_proxy.h |
@@ -70,9 +70,10 @@ class ChannelProxy { |
virtual bool SetSendTelephoneEventPayloadType(int payload_type); |
virtual bool SendTelephoneEventOutband(int event, int duration_ms); |
- |
virtual void SetSink(std::unique_ptr<AudioSinkInterface> sink); |
+ virtual void StartSend(); |
+ |
private: |
Channel* channel() const; |