Skip to content

KaleyraVideo/VideoiOSSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video iOS SDK

Kaleyra Logo

Cocoapods compatible Docs Twitter

Kaleyra Video is an in-cloud collaborative solution for corporates, featuring a rich set of tools for enabling videoconferencing in your product. The Kaleyra Video SDK for iOS makes it easy to embed one to one, many to many high-quality voice and video calls into your mobile app, with a seamless integration with the iOS operating system. It features a fully fledged set of collaborative tools comprehensive of messaging, screen sharing, remote snapshot, collaborative interactive board and call recording capabilities.

Contents

Features

  • Video and voice calls
  • Voice calls upgradable to video calls
  • Call from URL
  • Call recording
  • Chat
  • Seamless integration with iOS call UI
  • Interactive collaborative space
  • Remote camera snapshot
  • Ready to use UI
  • In-app notifications
  • In-app Screensharing
  • Filesharing
  • Screen device screensharing
  • Picture in picture
  • Live pointer
  • Remote mute by admin
  • Remote kick by admin
  • Supported languages: English 🇬🇧, Italian 🇮🇹, Spanish 🇪🇸, Portuguese 🇵🇹

Latest version

4.0.0 is the latest stable version.

Installation

Several installation methods are supported. CocoaPods and Swift package manager are the most straightforward way to add the SDK to your project. If you're new to CocoaPods, their website contains lots of helpful documentation. For futher information head over to our installation guide.

SPM

Starting from 3.7.0 version the SDK supports Swift package manager. In order to add the package to your app, select add package in Xcode and use this repository URL from the Xcode user interface

Cocoapods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate the SDK into your Xcode project using CocoaPods, specify it in your Podfile:

platform :ios, '15.0'
use_frameworks!

target '<YOUR_TARGET_NAME>' do
    pod 'KaleyraVideoSDK'
end

Replace '<YOUR_TARGET_NAME>' with the name of your App target and then, in the Podfile directory, run the following command:

$ pod install --repo-update

Getting started

To begin making calls to the Kaleyra Video platform, you need first to obtain credentials for your app. In order to do so, you must contact our sales department. Head over to our website or contact us at [email protected] to get your credentials. Once you obtained your credentials head over to our wiki page where you'll find a comprehensive set of guides that will help you integrate the Kaleyra Video SDK in your iOS app.

Documentation

You can find the complete code documentation for the latest version here. If you are looking for the stable version documentation please checkout this link instead. You can find all the code guides in our wiki page.

Sample apps

You can find a sample app showing you the Kaleyra Video SDK capabilities and features at the link below:

Looking for other platforms?

Support

To get basic support please submit an Issue

If you prefer commercial support, please contact us sending an email at: [email protected].

Credits