Add Eyeson to your Xcode project
The SDK is available via Swift Package Manager.
- In Xcode, go to File > Add Packages
- Search or enter Package URL: https://github.com/eyeson-team/ios-sdk
- As Dependency Rule, choose "Up to Next Major/Minor Version”
Configuration
Info.plist
It's mandatory to add
- NSMicrophoneUsageDescription
- NSCameraUsageDescription
to your Info.plist otherwise your app will crash.
Background Modes
To run your application in background, enable the following Background Modes in your Signing & Capabilities:
Background Modes
- Voice over IP
- Audio, AirPlay, and Picture in Picture
Usage
import EyesonSdk