| Index: webrtc/media/base/rtpdataengine.h
|
| diff --git a/webrtc/media/base/rtpdataengine.h b/webrtc/media/base/rtpdataengine.h
|
| index 62eebf63c1247291b96356dfa4dbb32a98ec4e32..bcaa6d1655f0eb3035643d558fc048e1a7ea0d12 100644
|
| --- a/webrtc/media/base/rtpdataengine.h
|
| +++ b/webrtc/media/base/rtpdataengine.h
|
| @@ -105,7 +105,7 @@ class RtpDataMediaChannel : public DataMediaChannel {
|
|
|
| private:
|
| void Construct(rtc::Timing* timing);
|
| - bool SetMaxSendBandwidth(int bps);
|
| + bool SetMaxSendBandwidth(rtc::Optional<int> bps);
|
| bool SetSendCodecs(const std::vector<DataCodec>& codecs);
|
| bool SetRecvCodecs(const std::vector<DataCodec>& codecs);
|
|
|
|
|