| Index: webrtc/sdk/android/api/org/webrtc/PeerConnection.java
|
| diff --git a/webrtc/sdk/android/api/org/webrtc/PeerConnection.java b/webrtc/sdk/android/api/org/webrtc/PeerConnection.java
|
| index 4bce2390010d27479987fc57c34e5c0aeb1e78e9..69f4d9b7f4effa36ee1938a8b6a225b2c2bf85ed 100644
|
| --- a/webrtc/sdk/android/api/org/webrtc/PeerConnection.java
|
| +++ b/webrtc/sdk/android/api/org/webrtc/PeerConnection.java
|
| @@ -324,6 +324,10 @@ public class PeerConnection {
|
| nativeNewGetStats(callback);
|
| }
|
|
|
| + // Limits the bandwidth allocated for all RTP streams sent by this
|
| + // PeerConnection. Pass null to leave a value unchanged.
|
| + public native boolean setBitrate(Integer min, Integer current, Integer max);
|
| +
|
| // Starts recording an RTC event log. Ownership of the file is transfered to
|
| // the native code. If an RTC event log is already being recorded, it will be
|
| // stopped and a new one will start using the provided file. Logging will
|
|
|