Index: webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h |
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h b/webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h |
index c4a3871b89f2e0a9056e993db4b38b29b4fc52e7..5a7b3878803762557469c17f22ef6c76170796b1 100644 |
--- a/webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h |
+++ b/webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h |
@@ -17,9 +17,10 @@ |
#import "RTCPeerConnectionDelegate.h" |
#import "RTCPeerConnectionFactory.h" |
#import "RTCSessionDescriptionDelegate.h" |
+#import "RTCStatsDelegate.h" |
@interface ARDAppClient () <ARDSignalingChannelDelegate, |
- RTCPeerConnectionDelegate, RTCSessionDescriptionDelegate> |
+ RTCPeerConnectionDelegate, RTCSessionDescriptionDelegate, RTCStatsDelegate> |
// All properties should only be mutated from the main queue. |
@property(nonatomic, strong) id<ARDRoomServerClient> roomServerClient; |