Index: webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h |
diff --git a/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h b/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h |
index 69e10e3bd560ea574277c94ac61fe624b313ecf1..b82ec70e653e6a1e603f84283eb547d2884abc4f 100644 |
--- a/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h |
+++ b/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h |
@@ -19,6 +19,8 @@ NS_ASSUME_NONNULL_BEGIN |
*/ |
@interface ARDSettingsStore : NSObject |
+@property(nonatomic) NSString* videoCodec; |
daniela-webrtc
2017/03/20 13:10:07
NSString* -> NSString *
|
+ |
/** |
* Returns current video resolution media constraint string stored in the store. |
*/ |