This is a SwiftUI project for 1-1 video chat
Clone the project to your computer, using the terminal:
git clone git@github.com: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 .