pedantix / Agora-Stream-Commentary-Carousel

A project for NAB Presentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agora-Stream-Commentary-Carousel

A project for NAB Presentation

Usage

  1. Have xcode 14.x installed,(later versions of xcode may break the repo if so open an issue)
  2. Open the works space
  3. The config files will be missing borth for the app and the extension, so first add the files via touch.
  • touch Agora\ Stream\ Commentary/Config.xcconfig
  1. Then add the following to the newly recreated files.
//
//  Config.xcconfig
//  Agora Stream Commentary Carousel
//
//  Created by shaun on 1/11/23.
//

// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

AGORA_APP_ID=<your id from the agora console no quotes>

About

A project for NAB Presentation

License:MIT License


Languages

Language:Swift 100.0%