The iOS Omni SDK and its related artifacts are available here:

GitHub

Omni SDK Libraries

The Omni SDK is provided as a Swift package consisting of the following modules:

Core

The Core module provides the basic functionality to configure the SDK and retrieve the default conversation of the user. Core establishes the session with Avaya Experience Platform™ for the end user.

API Docs

Calling

Provides capability to make voice calls from your app to your contact center using the device's internet connection. This module is dependent on the Core module.

API Docs

Messaging

Provides capability to send messages and listen to participant and message events on the conversation. This module is dependent on the Core module.

API Docs

Messaging UI

Provides a built-in Messaging UI component to view the messages exchanged on the conversation and send messages or attachments. The module is dependent on Messaging and Core modules.

API Docs

Sample Calling Application

A sample application demonstrating how to enable calling in your client application using the Calling module.

GitHub

Sample Messaging Application

A sample application demonstrating how to enable messaging in your client application using the Messaging UI.

GitHub

Sample Backend Web App Server

A sample Node.js based application demonstrating how the Backend Web Application Server can be implemented to fetch JWT from Avaya Experience Platform™.

GitHub

🚧

Warning

The sample applications are provided for the purpose of reference only and shouldn't be used in production.