An open API service indexing awesome lists of open source software.

https://github.com/opentok/opentok-swiftui-basic-video-chat


https://github.com/opentok/opentok-swiftui-basic-video-chat

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Basic Video Chat SwiftUI Sample

Tokbox is now known as Vonage

This is a SwiftUI project for 1-1 video chat

## Running the project

Clone the project to your computer, using the terminal:

`git clone [email protected]:opentok/BasicVideoChat-SwiftUI.git`

Install [Cocoapods](https://cocoapods.org) if needed:

`sudo gem install cocoapods`

Install the Client SDK with Cocoapods:

`pod install`

Open the project in xcode:

`xed .`