| Index: webrtc/examples/objc/AppRTCMobile/ARDAppClient.h
 | 
| diff --git a/webrtc/examples/objc/AppRTCMobile/ARDAppClient.h b/webrtc/examples/objc/AppRTCMobile/ARDAppClient.h
 | 
| index d906ec726f8bd8831de86bfd19ac179560a94d2e..60ef70071c38117e8b255a3538262852736b9274 100644
 | 
| --- a/webrtc/examples/objc/AppRTCMobile/ARDAppClient.h
 | 
| +++ b/webrtc/examples/objc/AppRTCMobile/ARDAppClient.h
 | 
| @@ -65,6 +65,9 @@ typedef NS_ENUM(NSInteger, ARDAppClientState) {
 | 
|  // Sets camera constraints.
 | 
|  - (void)setCameraConstraints:(RTCMediaConstraints *)mediaConstraints;
 | 
|  
 | 
| +// Sets maximum bitrate the rtp sender should use.
 | 
| +- (void)setMaxBitrate:(NSNumber *)maxBitrate;
 | 
| +
 | 
|  // Establishes a connection with the AppRTC servers for the given room id.
 | 
|  // If |isLoopback| is true, the call will connect to itself.
 | 
|  // If |isAudioOnly| is true, video will be disabled for the call.
 | 
| 
 |