| Index: webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m
|
| diff --git a/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m b/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m
|
| index 176ea19da826c65261c2157f153473381d9be8a0..bcf26b258e745076693a60778653b98b5cc83dbf 100644
|
| --- a/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m
|
| +++ b/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m
|
| @@ -369,7 +369,8 @@ static NSUInteger const kBottomViewHeight = 200;
|
| }
|
|
|
| [_client disconnect];
|
| - ARDAppClient *client = [[ARDAppClient alloc] initWithDelegate:self];
|
| + ARDAppClient *client = [[ARDAppClient alloc] initWithDelegate:self
|
| + preferVideoCodec:@"H264"];
|
| [client connectToRoomWithId:roomId
|
| isLoopback:isLoopback
|
| isAudioOnly:NO
|
|
|