diff --git a/AUTHORS b/AUTHORS index 689220bb33..63d90c271d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -20,6 +20,7 @@ Cyril Lashkevich David Porter Dax Booysen Danail Kirov +Dharmesh Chauhan Dirk-Jan C. Binnema Dmitry Lizin Eric Rescorla, RTFM Inc. diff --git a/examples/objc/AppRTCMobile/ios/ARDMainViewController.m b/examples/objc/AppRTCMobile/ios/ARDMainViewController.m index dea7742a1b..a3ede07f3b 100644 --- a/examples/objc/AppRTCMobile/ios/ARDMainViewController.m +++ b/examples/objc/AppRTCMobile/ios/ARDMainViewController.m @@ -134,6 +134,7 @@ static NSString *const loopbackLaunchProcessArgument = @"loopback"; delegate:self]; videoCallViewController.modalTransitionStyle = UIModalTransitionStyleCrossDissolve; + videoCallViewController.modalPresentationStyle = UIModalPresentationFullScreen; [self presentViewController:videoCallViewController animated:YES completion:nil];