Browse Source

fix. typo

matrixbirds 5 years ago
parent
commit
988de652f8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ios/RCTAgora/RCTAgora.m

+ 1
- 1
ios/RCTAgora/RCTAgora.m View File

@@ -2217,7 +2217,7 @@ RCT_EXPORT_METHOD(setCameraCapturerConfiguration:(NSDictionary *)config
2217 2217
                                                  @"uid": @(uid),
2218 2218
                                                  @"width": @(size.width),
2219 2219
                                                  @"height": @(size.height),
2220
-                                                 @"roration": @(rotation)
2220
+                                                 @"rotation": @(rotation)
2221 2221
                                                  }];
2222 2222
 }
2223 2223