|
@@ -1,9 +1,12 @@
|
1
|
1
|
##### 有任何问题欢迎加入QQ群进行反馈 471757030
|
2
|
2
|
|
3
|
|
-## [下载App体验](https://www.pgyer.com/jianLive)
|
4
|
|
-
|
5
|
3
|
# react-native-agora
|
6
|
4
|
|
|
5
|
+[![npm](https://img.shields.io/npm/v/react-native-agora.svg)](https://www.npmjs.com/package/react-native-agora)
|
|
6
|
+[![npm](https://img.shields.io/npm/dm/react-native-agora.svg)](https://www.npmjs.com/package/react-native-agora)
|
|
7
|
+[![npm](https://img.shields.io/npm/dt/react-native-agora.svg)](https://www.npmjs.com/package/react-native-agora)
|
|
8
|
+[![npm](https://img.shields.io/npm/l/react-native-agora.svg)](https://github.com/syanbo/react-native-agora/blob/master/LICENSE)
|
|
9
|
+
|
7
|
10
|
## 功能介绍
|
8
|
11
|
|
9
|
12
|
- 支持 iOS Android 声网Agora视频通讯SDK
|
|
@@ -35,21 +38,21 @@ TARGETS->Build Phases-> Link Binary With Libaries中点击“+”按钮,选择
|
35
|
38
|
CoreMotion.framework
|
36
|
39
|
CoreMedia.framework
|
37
|
40
|
CoreTelephony.framework
|
38
|
|
-
|
|
41
|
+
|
39
|
42
|
TARGETS->Build Phases-> Link Binary With Libaries中点击“+”按钮,在弹出的窗口中点击“Add Other”按钮,选择
|
40
|
43
|
|
41
|
44
|
node_modules/react-native-agora/ios/RCTAgora/libs/libcrypto.a
|
42
|
45
|
node_modules/react-native-agora/ios/RCTAgora/libs/AgoraRtcCryptoLoader.framework
|
43
|
46
|
node_modules/react-native-agora/ios/RCTAgora/libs/AgoraRtcEngineKit.framework
|
44
|
|
-
|
|
47
|
+
|
45
|
48
|
TARGETS->Build Settings->Search Paths->Framework Search Paths添加
|
46
|
49
|
|
47
|
50
|
"$(SRCROOT)/../node_modules/react-native-agora/ios/RCTAgora/libs"
|
48
|
|
-
|
|
51
|
+
|
49
|
52
|
TARGETS->Build Settings->Search Paths->Library Search Paths添加
|
50
|
53
|
|
51
|
54
|
"$(SRCROOT)/../node_modules/react-native-agora/ios/RCTAgora/libs"
|
52
|
|
-
|
|
55
|
+
|
53
|
56
|
TARGETS->Build Settings->Enable Bitcode设置为No
|
54
|
57
|
|
55
|
58
|
TARGETS->Capabilities->Background Modes->Modes勾选Audio,AirPlay,and Picture In Picture
|
|
@@ -154,13 +157,16 @@ RtcEngine.eventEmitter({
|
154
|
157
|
|
155
|
158
|
## 运行示例
|
156
|
159
|
|
157
|
|
-- 更新示例 React-Native为0.51
|
|
160
|
+- 更新示例 React-Native为0.51
|
158
|
161
|
- 优化代码
|
159
|
162
|
|
160
|
163
|
[Example](https://github.com/DBshaoYan/RNAgoraExample)
|
161
|
164
|
|
162
|
165
|
|
163
|
166
|
## 更新信息
|
|
167
|
+#### 1.1.2
|
|
168
|
+- 增加onVideoMute
|
|
169
|
+- 新增onAudioMute回调
|
164
|
170
|
|
165
|
171
|
#### 1.1.1
|
166
|
172
|
|