Index: webrtc/api/objc/RTCVideoSource.h |
diff --git a/webrtc/api/objc/RTCVideoSource.h b/webrtc/api/objc/RTCVideoSource.h |
index a98fa6c6bba626c52ea4331bb1b3d4d6bd0bd1a9..e581e2de67f4e3cda7c12e2f61ebc2c6f60a8b4f 100644 |
--- a/webrtc/api/objc/RTCVideoSource.h |
+++ b/webrtc/api/objc/RTCVideoSource.h |
@@ -22,7 +22,7 @@ NS_ASSUME_NONNULL_BEGIN |
@interface RTCVideoSource : NSObject |
/** The current state of the RTCVideoSource. */ |
-@property(nonatomic, readonly) RTCSourceState state; |
+@property(nonatomic, assign, readonly) RTCSourceState state; |
- (instancetype)init NS_UNAVAILABLE; |