Unblu iOS Mobile SDK v3
About
The Unblu iOS Mobile SDK serves as a way to integrate the Unblu platform into native iOS apps.
Requirements
- Unblu Collaboration Server 6.33.x
- iOS 12.0+
Modules
UnbluCallModule
UnbluCallModule requires the OpenTok/Vonage iOS SDK.
Install OpenTok/Vonage into your Xcode project using Cocoapods:
pod 'OpenTok', '~> 2.0'
UnbluFirebaseNotificationModule
UnbluFirebaseNotificationModule requires the iOS Firebase SDK.
Install Firebase into your Xcode project using Cocoapods:
pod 'Firebase/Core', '~> 7.0'
pod 'Firebase/Messaging'
Known Issues
UIDocumentInteractionControllerwill not work with Unblu co-browsing. This is becauseUIDocumentInteractionControlleris an instance ofQLPreviewControllerand is actually rendered in a completely separate app with a separate process. It is therefore impossible for us to render any content displayed usingUIDocumentInteractionControlleras part of co-browsing.
Reference