Skip to content

rongcloud-community/rongcloud-scene-call-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

场景化音视频通话

简介

本仓库是基于 RCCallKit 实现音视频通话的开源项目,主要功能有拨号、音频通话、视频通话等。

集成

使用 CocoaPods

  1. 终端 cd 至项目根目录
  2. 执行 pod init
  3. 执行 open -e Podfile
  4. 添加导入配置 pod 'RCSceneCall'
  5. 执行 pod install
  6. 双击打开 .xcworkspace

功能

  • 键盘拨号
  • 音频通话
  • 视频通话

其他

如有任何疑问请提交 issue