| Index: talk/app/webrtc/objc/public/RTCPeerConnectionInterface.h
 | 
| diff --git a/talk/app/webrtc/objc/public/RTCPeerConnectionInterface.h b/talk/app/webrtc/objc/public/RTCPeerConnectionInterface.h
 | 
| index b0cc72b5b7982457d0a54042ff190cf950dafb3a..4ba84e17f7fed2c9ef20e6ee992a234208bc6899 100644
 | 
| --- a/talk/app/webrtc/objc/public/RTCPeerConnectionInterface.h
 | 
| +++ b/talk/app/webrtc/objc/public/RTCPeerConnectionInterface.h
 | 
| @@ -64,12 +64,14 @@ typedef NS_ENUM(NSInteger, RTCTcpCandidatePolicy) {
 | 
|  @property(nonatomic, assign) RTCTcpCandidatePolicy tcpCandidatePolicy;
 | 
|  @property(nonatomic, assign) int audioJitterBufferMaxPackets;
 | 
|  @property(nonatomic, assign) int iceConnectionReceivingTimeout;
 | 
| +@property(nonatomic, assign) int iceBackupConnectionPingInterval;
 | 
|  
 | 
|  - (instancetype)initWithIceTransportsType:(RTCIceTransportsType)iceTransportsType
 | 
|                               bundlePolicy:(RTCBundlePolicy)bundlePolicy
 | 
|                              rtcpMuxPolicy:(RTCRtcpMuxPolicy)rtcpMuxPolicy
 | 
|                         tcpCandidatePolicy:(RTCTcpCandidatePolicy)tcpCandidatePolicy
 | 
|                audioJitterBufferMaxPackets:(int)audioJitterBufferMaxPackets
 | 
| -            iceConnectionReceivingTimeout:(int)iceConnectionReceivingTimeout;
 | 
| +            iceConnectionReceivingTimeout:(int)iceConnectionReceivingTimeout
 | 
| +          iceBackupConnectionPingInterval:(int)iceBackupConnectionPingInterval;
 | 
|  
 | 
|  @end
 | 
| 
 |