Quickstart with iOS webview
Prebuilt SDK enables the opportunity to integrate real-time video & audio communication SDK without writing explicit code. It just requires 10 minutes to integrate.
Prerequisites
important
One should have a VideoSDK account to generate a token. Visit VideoSDK dashboard to generate token
Permissions
In order to embed VideoSDK in iOS, add these permissions to the Info.plist
:
<key>NSCameraUsageDescription</key>
<string>Allow camera access to start video.</string>
<key>NSMicrophoneUsageDescription</key>
<string>Allow microphone access to start audio.</string>