Skip to content

Commit 34180ad

Browse files
hiroshihoriecloudwebrtc
authored andcommitted
rotationOverride should not be assign (#44)
1 parent 1448538 commit 34180ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/objc/components/renderer/metal/RTCMTLVideoView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RTC_OBJC_EXPORT
5353

5454
/** @abstract Wrapped RTCVideoRotation, or nil.
5555
*/
56-
@property(nonatomic, assign, nullable) NSValue* rotationOverride;
56+
@property(nonatomic, nullable) NSValue* rotationOverride;
5757

5858
+ (BOOL)isMetalAvailable;
5959

0 commit comments

Comments
 (0)