Skip to content

videosdk-live/videosdk-rtc-ios-sdk-swiftui-example

Repository files navigation

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.