Objective-C
Overview
The iOS SDK lets you set up a custom audio driver for publishers and subscribers. You can use a custom audio driver to customize the audio sent to a publisher's stream. You can also customize the playback of a subscribed streams' audio.
Setting up your project
The code for this section is in the audio-driver branch of the learning-opentok-ios repo, so if you haven't already, you'll need to clone the repo into a local directory — this can be done using the command line:
git clone https://github.com/opentok/learning-opentok-ios.git
Then check out the branch:
git checkout audio-driver
Open the project in XCode to follow along.
Important: Please note that your App ID is your API key.
Custom Audio Driver
Add a custom audio driver to your application using the Vonage Video API.
Steps
1
Introduction2
Getting Started3
Setting up the audio device and the audio bus4
Rendering audio from subscribed streams5
Custom Audio Driver (Mobile Only)