{"id":19177512,"url":"https://github.com/tencent-rtc/trtc_ios","last_synced_at":"2025-07-11T07:06:59.439Z","repository":{"id":38849298,"uuid":"463083244","full_name":"Tencent-RTC/TRTC_iOS","owner":"Tencent-RTC","description":"High-quality Interactive Audio/Video iOS SDK","archived":false,"fork":false,"pushed_at":"2024-08-08T03:11:36.000Z","size":1348,"stargazers_count":24,"open_issues_count":19,"forks_count":23,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-16T09:17:02.208Z","etag":null,"topics":["calling","ios","live","rtc","sdk","webrtc"],"latest_commit_sha":null,"homepage":"https://trtc.io/","language":"Swift","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/Tencent-RTC.png","metadata":{"files":{"readme":"README-zh_CN.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-24T09:22:26.000Z","updated_at":"2025-05-13T07:54:28.000Z","dependencies_parsed_at":"2023-12-22T09:31:31.881Z","dependency_job_id":"1a12c54e-9a49-4309-988b-65fe45a1bb49","html_url":"https://github.com/Tencent-RTC/TRTC_iOS","commit_stats":null,"previous_names":["tencent-rtc/trtc_ios","liteavsdk/trtc_ios"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Tencent-RTC/TRTC_iOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent-RTC%2FTRTC_iOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent-RTC%2FTRTC_iOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent-RTC%2FTRTC_iOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent-RTC%2FTRTC_iOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tencent-RTC","download_url":"https://codeload.github.com/Tencent-RTC/TRTC_iOS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent-RTC%2FTRTC_iOS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264753165,"owners_count":23658818,"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":["calling","ios","live","rtc","sdk","webrtc"],"created_at":"2024-11-09T10:33:49.786Z","updated_at":"2025-07-11T07:06:59.406Z","avatar_url":"https://github.com/Tencent-RTC.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 腾讯云实时音视频 TRTC SDK\n\n_[English](README.md) | 简体中文_\n\n## 产品介绍\n\n腾讯实时音视频（Tencent Real-Time Communication，TRTC），将腾讯多年来在网络与音视频技术上的深度积累，以多人音视频通话和低延时互动直播两大场景化方案，通过腾讯云服务向开发者开放，致力于帮助开发者快速搭建低成本、低延时、高品质的音视频互动解决方案，[更多](https://cloud.tencent.com/document/product/647/16788)...\n\n\u003e TRTC SDK 支持Web、Android、iOS、Windows、Flutter、小程序等所有主流平台， [更多平台](https://github.com/LiteAVSDK?q=TRTC_\u0026type=all\u0026sort=)...\n\n\n## 目录说明\n\n本目录包含 iOS 版 TRTC-API-Example 源代码：\n- TRTC-API-Example-OC： 最简单的示例代码，使用Objective-C语言。包括视频通话、语音通话的基础功能以及一些高级功能。\n```\n├─ TRTC-API-Example-OC // TRTC API Example，包括视频通话、语音通话的基础功能以及一些高级功能\n│  ├─ Basic                 // 演示 TRTC 基本功能示例代码\n│  │  ├─ AudioCall                 // 演示 TRTC 音频通话的示例代码\n│  │  ├─ VideoCall                 // 演示 TRTC 视频通话的示例代码\n│  │  ├─ Live                      // 演示 TRTC 视频互动直播的示例代码\n│  │  ├─ VoiceChatRoom             // 演示 TRTC 语音互动直播的示例代码\n│  │  ├─ ScreenShare               // 演示 TRTC 录屏直播的示例代码\n│  ├─ Advanced              // 演示 TRTC 高级功能示例代码\n│  │  ├─ StringRoomId              // 演示 TRTC 字符串房间号示例代码\n│  │  ├─ SetVideoQuality           // 演示 TRTC 画质设定示例代码\n│  │  ├─ SetAudioQuality           // 演示 TRTC 音质设定示例代码\n│  │  ├─ SetRenderParams           // 演示 TRTC 渲染控制示例代码\n│  │  ├─ SpeedTest                 // 演示 TRTC 网络测速示例代码\n│  │  ├─ PushCDN                   // 演示 TRTC CDN发布示例代码\n│  │  ├─ CustomCamera              // 演示 TRTC 自定义视频采集\u0026amp;渲染发布示例代码\n│  │  ├─ SetAudioEffect            // 演示 TRTC 设置音效示例代码\n│  │  ├─ SetBackgroundMusic        // 演示 TRTC 设置背景音乐示例代码\n│  │  ├─ LocalVideoShare           // 演示 TRTC 本地视频文件分享示例代码\n│  │  ├─ LocalRecord               // 演示 TRTC 本地视频录制示例代码\n│  │  ├─ JoinMultipleRoom          // 演示 TRTC 加入多个房间示例代码\n│  │  ├─ SEIMessage                // 演示 TRTC 收发SEI消息示例代码\n│  │  ├─ SwitchRoom                // 演示 TRTC 快速切换房间示例代码\n│  │  ├─ RoomPk                    // 演示 TRTC 跨房PK示例代码\n│  │  ├─ ThirdBeauty               // 演示 TRTC 第三方美颜示例代码\n│  \n├─ SDK \n│  ├─ TXLiteAVSDK_TRTC.framework          // 如果您下载的是精简版 zip 包，解压后将出现此文件夹\n│  ├─ TXLiteAVSDK_Professional.framework  // 如果您下载的是专业版 zip 包，解压后将出现此文件夹\n│  ├─ TXLiteAVSDK_Enterprise.framework    // 如果您下载的是企业版 zip 包，解压后将出现此文件夹\n\n```\n\n\n\n## 联系我们\n- 如果你遇到了困难，可以先参阅 [常见问题](https://cloud.tencent.com/document/product/647/43018)；\n\n- 如果你想了解TRTC SDK在复杂场景下的应用，可以参考[更多场景案例](https://cloud.tencent.com/document/product/647/57486)；\n\n- 完整的 API 文档见 [SDK 的 API 文档](https://cloud.tencent.com/document/product/647/32258)；\n- 如果需要售后技术支持, 你可以点击[这里](https://cloud.tencent.com/document/product/647/19906)；\n- 如果发现了示例代码的 bug，欢迎提交 issue；\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencent-rtc%2Ftrtc_ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftencent-rtc%2Ftrtc_ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencent-rtc%2Ftrtc_ios/lists"}