{"id":19643637,"url":"https://github.com/anyrtcio-community/ar-call-ios","last_synced_at":"2025-04-28T13:31:02.102Z","repository":{"id":47246686,"uuid":"111914751","full_name":"anyrtcIO-Community/AR-Call-iOS","owner":"anyrtcIO-Community","description":"点对点呼叫","archived":false,"fork":false,"pushed_at":"2021-09-07T01:50:50.000Z","size":81171,"stargazers_count":31,"open_issues_count":0,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-05T09:11:12.151Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anyrtcIO-Community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-24T12:13:41.000Z","updated_at":"2022-05-16T03:27:14.000Z","dependencies_parsed_at":"2022-09-03T17:01:36.980Z","dependency_job_id":null,"html_url":"https://github.com/anyrtcIO-Community/AR-Call-iOS","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyrtcIO-Community%2FAR-Call-iOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyrtcIO-Community%2FAR-Call-iOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyrtcIO-Community%2FAR-Call-iOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyrtcIO-Community%2FAR-Call-iOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anyrtcIO-Community","download_url":"https://codeload.github.com/anyrtcIO-Community/AR-Call-iOS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251319747,"owners_count":21570450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T14:23:13.814Z","updated_at":"2025-04-28T13:30:57.025Z","avatar_url":"https://github.com/anyrtcIO-Community.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 重要提醒\nanyRTC 对该版本已经不再维护，如需音视频呼叫，请前往:https://github.com/anyRTC-UseCase/ARCall\n\n**功能如下：**\n- 一对一音视频呼叫\n- 一对多音视频呼叫\n- 视频通话转音频通话\n- 静音开关/视频开关\n- AI降噪，极致降噪，不留噪声\n- 大小屏切换\n- 悬浮窗功能\n\n新版本一行代码，30分钟即可使应用有音视频能力。\n\n更多示列请前往**公司网址： [www.anyrtc.io](https://www.anyrtc.io)**\n\n# anyRTC-Call-iOS\n\n## 简介\nanyRTC-Call-iOS呼叫，支持视频、语音、优先视频等多种呼叫模式，基于RTCallEngine SDK，适用于网络电话、活动、教育等多种呼叫场景。\u003c/br\u003e\n\n## 安装\n### 1、编译环境\nXcode 8以上\u003c/br\u003e\n\n### 2、运行环境\n真机运行、iOS 8.0以上（建议最新）\n\n## 导入SDK\n\n### Cocoapods导入\n```\npod 'RTCallEngine', '3.0.2'\n```\n### 手动导入\n\n1. 下载Demo，或者前往[anyRTC官网](https://www.anyrtc.io)下载SDK\u003c/br\u003e\n![list_directory](/image/list_directory.png)\n\n2. 在Xcode中选择“Add files to 'Your project name'...”，将RTCallEngine.framework添加到你的工程目录中\u003c/br\u003e\n\n3.  打开General-\u003eEmbedded Binaries中添加RTCallEngine.framework\u003c/br\u003e\n\n\n## 如何使用？\n\n### 注册账号\n登陆[AnyRTC官网](https://www.anyrtc.io/)\n\n### 填写信息\n创建应用，在管理中心获取开发者ID，AppID，AppKey，AppToken，替换AppDelegate.h中的相关信息\n\n### 操作步骤：\n1、两台iphone手机分别登录两个不同的账号；\u003c/br\u003e\n\n2、一台iphone手机点击发起通话进入呼叫页面，输入对方手机号；\u003c/br\u003e\n\n3、选择呼叫模式开始呼叫，呼叫接通开始会话。\u003c/br\u003e\n\n### 资源中心\n[更多详细方法使用，请查看API文档](https://docs.anyrtc.io/v1/CALL/)\n\n## 扫描二维码下载demo\n![P2P_scan@3x](/image/P2P_scan@3x.png)\n\n\n## 支持的系统平台\n**iOS** 8.0及以上\n\n## 支持的CPU架构\n**iOS** armv7 、arm64。  支持bitcode\n\n## ipv6\n苹果2016年6月新政策规定新上架app必须支持ipv6-only。该库已经适配\n\n## Android版P2P点对点Demo\n[anyRTC-P2P-Android](https://github.com/anyRTC/AR-Call-Android)\n\n## 更新日志\n\n* 2019年05月15日：\u003c/br\u003e\n\nSDK更新3.0.0版本\u003c/br\u003e\n\n* 2018年10月31日：\u003c/br\u003e\n修复美颜相机情况下，本地视频添加子视图镜像的问题。\u003c/br\u003e\n\n## 技术支持\n* anyRTC官方网址：https://www.anyrtc.io \u003c/br\u003e\n* QQ技术交流群：554714720 \u003c/br\u003e\n* 联系电话:021-65650071-816 \u003c/br\u003e\n* Email:hi@dync.cc \u003c/br\u003e\n\n## 关于直播\n本公司有一整套直播解决方案，特别针对移动端。本公司开发者平台[www.anyrtc.io](http://www.anyrtc.io)。除了基于RTMP协议的直播系统外，我公司还有基于WebRTC的时时交互直播系统、P2P呼叫系统、会议系统等。快捷集成SDK，便可让你的应用拥有时时通话功能。欢迎您的来电~\n\n## License\n\nRTCallEngine is available under the MIT license. See the LICENSE file for more info.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanyrtcio-community%2Far-call-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanyrtcio-community%2Far-call-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanyrtcio-community%2Far-call-ios/lists"}