Index: webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.m |
diff --git a/webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.m b/webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.m |
index 174514ff1872d83d934232aba56a179f34cf34b2..4c0516eda3c3368af62e5123e891adab8fe3246f 100644 |
--- a/webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.m |
+++ b/webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.m |
@@ -170,8 +170,8 @@ static NSString *const loopbackLaunchProcessArgument = @"loopback"; |
RTCLog(@"Stopping audio loop due to WebRTC start."); |
[_audioPlayer stop]; |
} |
- RTCLog(@"Setting isAudioEnabled to YES."); |
- session.isAudioEnabled = YES; |
+ // RTCLog(@"Setting isAudioEnabled to YES."); |
+ // session.isAudioEnabled = YES; |
}]; |
} |