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 b131931a0f6c3edf494478f6a969b6d07578ef24..8e0807a3ded0c6615d36a4694a411d03fcf24769 100644 |
--- a/webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm |
+++ b/webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm |
@@ -278,8 +278,8 @@ |
weakAnswerer = answerer; |
// Kick off connection. |
- [caller connectToRoomWithId:roomId options:nil]; |
- [answerer connectToRoomWithId:roomId options:nil]; |
+ [caller connectToRoomWithId:roomId isLoopback:NO isAudioOnly:NO]; |
+ [answerer connectToRoomWithId:roomId isLoopback:NO isAudioOnly:NO]; |
[self waitForExpectationsWithTimeout:20 handler:^(NSError *error) { |
if (error) { |
NSLog(@"Expectations error: %@", error); |