Index: talk/media/base/mediachannel.h |
diff --git a/talk/media/base/mediachannel.h b/talk/media/base/mediachannel.h |
index ec11694e711f96b21658c663931da6be72bf5930..4911e6ee3c69b00180f7ce31c47ac7e01f4c33f8 100644 |
--- a/talk/media/base/mediachannel.h |
+++ b/talk/media/base/mediachannel.h |
@@ -1086,10 +1086,6 @@ class VoiceMediaChannel : public MediaChannel { |
int type_event_delay) = 0; |
// Set left and right scale for speaker output volume of the specified ssrc. |
virtual bool SetOutputScaling(uint32 ssrc, double left, double right) = 0; |
- // Specifies a ringback tone to be played during call setup. |
- virtual bool SetRingbackTone(const char *buf, int len) = 0; |
- // Plays or stops the aforementioned ringback tone |
- virtual bool PlayRingbackTone(uint32 ssrc, bool play, bool loop) = 0; |
// Returns if the telephone-event has been negotiated. |
virtual bool CanInsertDtmf() { return false; } |
// Send and/or play a DTMF |event| according to the |flags|. |