matrixbirds 6 年 前
コミット
988de652f8
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      ios/RCTAgora/RCTAgora.m

+ 1
- 1
ios/RCTAgora/RCTAgora.m ファイルの表示

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