| Index: webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallViewController.m
 | 
| diff --git a/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallViewController.m b/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallViewController.m
 | 
| index 5e058662b05d6ed14a8059e5a189a896222ed2b9..9e17951f07f587d71d43372e8dd2a730c93e6155 100644
 | 
| --- a/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallViewController.m
 | 
| +++ b/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallViewController.m
 | 
| @@ -51,6 +51,7 @@
 | 
|          initWithMandatoryConstraints:nil
 | 
|                   optionalConstraints:[settingsModel
 | 
|                                           currentMediaConstraintFromStoreAsRTCDictionary]];
 | 
| +    [_client setMaxBitrate:[settingsModel currentMaxBitrateSettingFromStore]];
 | 
|      [_client setCameraConstraints:cameraConstraints];
 | 
|      [_client connectToRoomWithId:room
 | 
|                        isLoopback:isLoopback
 | 
| 
 |