Index: webrtc/audio_send_stream.h |
diff --git a/webrtc/audio_send_stream.h b/webrtc/audio_send_stream.h |
index 7069c377d36e7257b236c7e3e58fea138da85970..dd8d9e96ea69a4ad392336e7d2b15cd1da762dac 100644 |
--- a/webrtc/audio_send_stream.h |
+++ b/webrtc/audio_send_stream.h |
@@ -89,6 +89,9 @@ class AudioSendStream : public SendStream { |
int red_payload_type = -1; // pt, or -1 to disable REDundant coding. |
}; |
+ // TODO(solenberg): Make payload_type a config property instead. |
+ virtual bool SendTelephoneEvent(int payload_type, uint8_t event, |
+ uint32_t duration_ms) = 0; |
virtual Stats GetStats() const = 0; |
}; |
} // namespace webrtc |