Introduction
Welcome to the documentation for the AgoraAudio Special SDK for iOS! This documentation contains all the necessary information to help you get started with integrating the AgoraAudio Special SDK into your iOS applications.
Prerequisites
Before diving into the integration process, please make sure you meet the following prerequisites:
- Xcode 11.0 or later
- iOS 9.0 or later
Installation
To install the AgoraAudio Special SDK, please follow the steps outlined below:
- Open your Xcode project.
- Navigate to the “Podfile” file.
- Add the following line to your Podfile:
pod 'AgoraAudioSpecial'
- Save the file and run the following command in Terminal within your project directory:
pod install
Importing the SDK
Once the installation is complete, follow the steps below to import the AgoraAudio Special SDK into your project:
- Open your Xcode project.
- Navigate to the file where you want to import the SDK.
- Add the following import statement to the top of the file:
import AgoraAudioSpecial
Initializing the SDK
Before using any features of the AgoraAudio Special SDK, you need to initialize it. Follow the steps below to initialize the SDK:
- Call the following method to initialize the SDK in your code:
AgoraAudioSpecial.init(appId: "YOUR_APP_ID")
- Replace “YOUR_APP_ID” with your actual App ID obtained from the Agora Developer Console.
Using the SDK
Now that you have successfully integrated and initialized the AgoraAudio Special SDK, you can start incorporating its features into your application. Please refer to the official AgoraAudio Special SDK documentation for detailed instructions and code examples on how to use the various available features.
Resources
Here are some additional resources that can help you with the AgoraAudio Special SDK integration: