Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.16 KB

[ARCHIVED] Agora RTM iOS Example

⚠️ This project is no longer maintained and has been archived.
Please note that this repository is now in a read-only state and will not receive any further updates or support.

We recommend using to the latest version of the Agora Video SDK and Agora Signalling SDK

For documentation and support, please visit the Agora Documentation.


With this example project, create an RTM system where people can join group video chats with friends or strangers.

gif example of project

Requirements

  • An Agora developer account (see How To Get Started with Agora)
  • Xcode 11.0 or later
  • An iOS device running on iOS 12.0 or later.
  • A basic understanding of iOS development
  • Cocoapods

Setup

Run pod install --repo-update and open up the .xcworkspace file.

Add your Agora App ID and Token into the placeholders, then build + run.