| Index: webrtc/audio_send_stream.h
|
| diff --git a/webrtc/audio_send_stream.h b/webrtc/audio_send_stream.h
|
| index c5db82b91bbf156733967831181a8b5f41ecd28b..7069c377d36e7257b236c7e3e58fea138da85970 100644
|
| --- a/webrtc/audio_send_stream.h
|
| +++ b/webrtc/audio_send_stream.h
|
| @@ -23,6 +23,11 @@
|
|
|
| namespace webrtc {
|
|
|
| +// WORK IN PROGRESS
|
| +// This class is under development and is not yet intended for for use outside
|
| +// of WebRtc/Libjingle. Please use the VoiceEngine API instead.
|
| +// See: https://bugs.chromium.org/p/webrtc/issues/detail?id=4690
|
| +
|
| class AudioSendStream : public SendStream {
|
| public:
|
| struct Stats {
|
|
|