Skip to content

Commit

Permalink
fix. typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrixbirds committed May 16, 2019
1 parent e252d4e commit 988de65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RCTAgora/RCTAgora.m
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,7 @@ - (void)rtcEngine:(AgoraRtcEngineKit *_Nonnull)engine videoSizeChangedOfUid:(NSU
@"uid": @(uid),
@"width": @(size.width),
@"height": @(size.height),
@"roration": @(rotation)
@"rotation": @(rotation)
}];
}

Expand Down

0 comments on commit 988de65

Please sign in to comment.