| Index: webrtc/audio_send_stream.h
|
| diff --git a/webrtc/audio_send_stream.h b/webrtc/audio_send_stream.h
|
| index c5db82b91bbf156733967831181a8b5f41ecd28b..44835fca3fe9b5f4c1c4ba6fbea19055b169a140 100644
|
| --- a/webrtc/audio_send_stream.h
|
| +++ b/webrtc/audio_send_stream.h
|
| @@ -84,6 +84,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
|
|
|