https://github.com/agoraio-community/visionos-quickstart
Basic video call with visionOS for Apple Vision Pro. Using Agora RTC SDK.
https://github.com/agoraio-community/visionos-quickstart
agora real-time-communication rtc video-call video-conferencing videocall vision-pro visionos zoom
Last synced: 3 months ago
JSON representation
Basic video call with visionOS for Apple Vision Pro. Using Agora RTC SDK.
- Host: GitHub
- URL: https://github.com/agoraio-community/visionos-quickstart
- Owner: AgoraIO-Community
- License: mit
- Created: 2023-11-28T15:15:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T18:57:32.000Z (about 1 year ago)
- Last Synced: 2025-04-11T17:49:16.536Z (6 months ago)
- Topics: agora, real-time-communication, rtc, video-call, video-conferencing, videocall, vision-pro, visionos, zoom
- Language: Swift
- Homepage:
- Size: 20.8 MB
- Stars: 16
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vision Pro Agora Sample App
## Overview
This sample app demonstrates how to integrate the Agora SDK with the Vision Pro framework for a video conferencing application. The app allows users to join a video call by entering a channel name.
For more details of the project, view: [GUIDE.md](docs/GUIDE.md).
![]()
## Prerequisites
Before running the app, ensure you have the following:
- Xcode 15.4 or later.
- Agora account and App ID (replace <#appID#> in the code with your Agora App ID)## How to Use
1. Clone the repository to your local machine.
1. Open the project in Xcode.
1. Open the ContentView.swift file and replace <#appID#> with your test mode Agora App ID.
1. Build and run the app on an visionOS simulator, or device.
1. Enter a channel name in the provided text field and tap "Join Channel."
---Feel free to customize and expand upon this sample app to meet your specific requirements. For detailed information on the Agora SDK and Vision Pro framework, refer to the official documentation provided by Agora and Apple.