Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 528 Bytes

File metadata and controls

23 lines (12 loc) · 528 Bytes

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 if needed:

sudo gem install cocoapods

Install the Client SDK with Cocoapods:

pod install

Open the project in xcode:

xed .