Index: webrtc/examples/objc/AppRTCMobile/ARDAppClient.h |
diff --git a/webrtc/examples/objc/AppRTCMobile/ARDAppClient.h b/webrtc/examples/objc/AppRTCMobile/ARDAppClient.h |
index 60ef70071c38117e8b255a3538262852736b9274..d9938a593e801aeb42bfc5ec9a74fdaa5b947cf6 100644 |
--- a/webrtc/examples/objc/AppRTCMobile/ARDAppClient.h |
+++ b/webrtc/examples/objc/AppRTCMobile/ARDAppClient.h |
@@ -58,6 +58,7 @@ typedef NS_ENUM(NSInteger, ARDAppClientState) { |
@property(nonatomic, assign) BOOL shouldGetStats; |
@property(nonatomic, readonly) ARDAppClientState state; |
@property(nonatomic, weak) id<ARDAppClientDelegate> delegate; |
+@property(nonatomic) NSString *videoCodec; |
// Convenience constructor since all expected use cases will need a delegate |
// in order to receive remote tracks. |
- (instancetype)initWithDelegate:(id<ARDAppClientDelegate>)delegate; |