A collaborative Augmented Reality iOS experience using Real-time Messaging
Collaborative AR Experience
This project creates an augmented reality experience where you can build a scene together with anyone around the world, seeing live updates from others.
Setup
Prerequisites
- An Agora developer account (see How To Get Started with Agora)
- Xcode 11+
- iOS 14+ or macOS 11
To get started, download this repository, go into the RTM-CollaboratAR
subdirectory and run pod install
in the Terminal to get started.
You will need to change the placeholders in RTM-CollaboratAR/Shared/AppKeys.swift to your Agora app ID and a temporary token for this project to work.
App Flow
Check out the intro guide to see how the app works from a user perspective:
Multi-User Collaborative iOS AR Experiences with Agora
How Does It Work?
Check out the in depth RTM guide to see how the app communicates through Agora's Real-time Messaging SDK:
Creating Collaborative AR Experiences with Agora