Chromium Code Reviews| Index: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h |
| diff --git a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h |
| index f21c107581e9048a2f92adb94315538110b25995..76f14fdfa051ce3ad2dae7547fb362a9216b4719 100644 |
| --- a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h |
| +++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h |
| @@ -29,6 +29,10 @@ RTC_EXPORT |
| - (instancetype)init NS_DESIGNATED_INITIALIZER; |
| +- (BOOL) startAecDump:(NSString *)filename; |
|
tkchin_webrtc
2016/08/19 17:31:42
These are part of public APIs. Is this something w
peah-webrtc
2016/08/23 11:45:15
I changed this to follow what is done in the Andro
|
| + |
| +- (void)stopAecDump; |
| + |
| /** Initialize an RTCAVFoundationVideoSource with constraints. */ |
| - (RTCAVFoundationVideoSource *)avFoundationVideoSourceWithConstraints: |
| (nullable RTCMediaConstraints *)constraints; |