| Index: webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h
|
| diff --git a/webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h b/webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h
|
| index f2da4136e79ae30ffede03a82232bf8c2e4a7a81..2f46c92fc08ebe01137161a555ea8c6a09c06ab2 100644
|
| --- a/webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h
|
| +++ b/webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h
|
| @@ -43,6 +43,7 @@
|
| @property(nonatomic, strong) NSURL *webSocketRestURL;
|
| @property(nonatomic, readonly) BOOL isLoopback;
|
| @property(nonatomic, readonly) BOOL isAudioOnly;
|
| +@property(nonatomic, readonly) BOOL makeAecDump;
|
|
|
| @property(nonatomic, strong)
|
| RTCMediaConstraints *defaultPeerConnectionConstraints;
|
|
|