Carlos Santos aeb6990aba Added Livekit ios example
Integrated token request using an application server

Downgraded features for adapting others tutorials

ios: Updated assets and remove unncessary code

Updated schemas and app name

Added configure urls view and refactored code

ios: Refactored code

removed broadcastExt

renamed project to OpenViduIOS

refactored code

Updated Readme

removed connection time element

Added participants name and moved leave room button to topbar

Refactored code

Update README.md
Renamed and improve project structure
2024-08-07 12:37:13 +02:00

737 B

Basic iOS

Basic client application built for iOS using Swift. It internally uses LiveKit Swift SDK (iOS/macOS).

For further information, check the tutorial documentation.

Prerequisites

Run

  1. Download repository
git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
  1. Launch Xcode and open OpenViduIOS.xcodeproj

  2. Run the project from the menu ProductRun or by ⌘R.

If you encounter code signing issues, make sure you change the Team and bundle id from the previous step.