Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/videosdk-live/videosdk-rtc-ios-sdk-swiftui-example
WebRTC based video conferencing SDK for iOS using SwiftUI
https://github.com/videosdk-live/videosdk-rtc-ios-sdk-swiftui-example
ios ios-swift swiftui webrtc webrtc-demos
Last synced: 16 days ago
JSON representation
WebRTC based video conferencing SDK for iOS using SwiftUI
- Host: GitHub
- URL: https://github.com/videosdk-live/videosdk-rtc-ios-sdk-swiftui-example
- Owner: videosdk-live
- Created: 2024-04-24T13:19:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T06:52:36.000Z (about 2 months ago)
- Last Synced: 2024-12-20T07:28:46.898Z (about 2 months ago)
- Topics: ios, ios-swift, swiftui, webrtc, webrtc-demos
- Language: Swift
- Homepage: https://docs.videosdk.live/ios/guide/video-and-audio-calling-api-sdk/quick-start-swiftui
- Size: 175 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# VideoSDK Example using SwiftUI
## Setup Guide
- Sign up on [VideoSDK](https://app.videosdk.live/) and visit [API Keys](https://app.videosdk.live/api-keys) section to get your API key and Secret key.
- Get familiarized with [API key and Secret key](https://docs.videosdk.live/ios/guide/video-and-audio-calling-api-sdk/signup-and-create-api)
- Get familiarized with [Token](https://docs.videosdk.live/ios/guide/video-and-audio-calling-api-sdk/server-setup)
### Prerequisites
- iOS 12.0+
- Xcode 13.0+
- Swift 5.0+
- Valid [Video SDK Account](https://app.videosdk.live/signup)## Run the Sample App
### Step 1: Clone the sample project
```sh
git clone https://github.com/videosdk-live/videosdk-rtc-ios-sdk-swiftui-example.git
```### Step 2. update `AUTH_TOKEN` in the `VideoSDKSwiftUIExample/MeetingViewController.swift` file.
Generate temporary token from [Video SDK Account](https://app.videosdk.live/signup).
```
var token = "Your_Token"
```
### Step 4. Run the project.
Run App from Xcode. Please run the app in real device for better experience because audio and video is not supported in simulator.