Skip to content

Commit

Permalink
fix. typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrixbirds committed Feb 28, 2019
1 parent f83a44f commit 2644ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/RCTAgora/RCTAgora.m
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ - (NSDictionary *)constantsToExport {
AGTokenPrivilegeWillExpire,
AGRequestToken,

DidMicrophoneEnabled,
AGMicrophoneEnabled,
AGAudioVolumeIndication,
AGActiveSpeaker,
AGFirstLocalAudioFrame,
Expand Down Expand Up @@ -1936,7 +1936,7 @@ - (void)rtcEngine:(AgoraRtcEngineKit *_Nonnull)engine videoSizeChangedOfUid:(NSU
[self sendEvent:AGVideoSizeChanged params:@{
@"uid": @(uid),
@"width": @(size.width),
@"height": @(size.height)
@"height": @(size.height),
@"roration": @(rotation)
}];
}
Expand Down

0 comments on commit 2644ef1

Please sign in to comment.