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
- Host: GitHub
- URL: https://github.com/opentok/opentok-swiftui-basic-video-chat
- Owner: opentok
- License: mit
- Created: 2021-05-11T13:49:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T11:00:15.000Z (3 months ago)
- Last Synced: 2025-02-27T14:52:47.488Z (3 months ago)
- Language: Swift
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basic Video Chat SwiftUI Sample
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 .`