- 编译语言:Objective-C
- 编译环境:Xcode 11.0 及以上版本
- 操作系统支持:iOS 10.0 及以上版本
- SDK暂不支持模拟器编译
- Enable Bitcode 配置 NO
手动集成(不建议)
- 根据需要,获取对应版本的 RTCEngineKit,得到
RTCEngineKit.framework并导入工程中。 - 添加
RTCEngineKit依赖的系统库
- 在需要使用
RTCEngineKit的地方#import <RTCEngineKit/RTCEngineKit.h>
自动集成(建议)
在Podfile 文件中加入RTCEngineKit