The Knok iOS SDK lets you integrate video appointments in apps you build for iOS devices.
The Knok iOS SDK provides the following functionality for your app:
- Connecting to a video appointment
- ...
To run the example project, clone the repo, and run pod install
from the Example directory first.
Replace the following variables:
private let KNOK_API_KEY = YOUR_API_KEY
private let sessionId = YOUR_VIDEO_SESSION_ID
private let sessionToken = YOUR_VIDEO_SESSION_TOKEN
- High-speed Wi-Fi and 4G LTE networks.
- iOS 10+ device that has a camera (for publishing video).
knokSDK is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'knokSDK'
Andre from dev@knokcare.com
knokSDK is available under the MIT license. See the LICENSE file for more info.