Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.11 KB

File metadata and controls

33 lines (22 loc) · 1.11 KB

VideoSDK Example using SwiftUI

Setup Guide

Prerequisites

Run the Sample App

Step 1: Clone the sample project

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.

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.