| Index: webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm
|
| diff --git a/webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm b/webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm
|
| index 169f9991e1ab5cb2221ef3bdb6941432f6a7bb7f..355031e398ef35e020f61edf695e07c2b8c50b0b 100644
|
| --- a/webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm
|
| +++ b/webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm
|
| @@ -283,8 +283,8 @@
|
| weakAnswerer = answerer;
|
|
|
| // Kick off connection.
|
| - [caller connectToRoomWithId:roomId isLoopback:NO isAudioOnly:NO];
|
| - [answerer connectToRoomWithId:roomId isLoopback:NO isAudioOnly:NO];
|
| + [caller connectToRoomWithId:roomId isLoopback:NO isAudioOnly:NO shouldMakeAecDump:NO];
|
| + [answerer connectToRoomWithId:roomId isLoopback:NO isAudioOnly:NO shouldMakeAecDump:NO];
|
| [self waitForExpectationsWithTimeout:20 handler:^(NSError *error) {
|
| if (error) {
|
| NSLog(@"Expectations error: %@", error);
|
|
|