Objective-C
Setting Up Your Project
The code for this section is in the Basic Video Renderer project of the opentok-ios-sdk-samples 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/opentok-ios-sdk-samples.git
Change directory to the Basic Video Renderer project:
cd opentok-ios-sdk-samples/Basic-Video-Renderer
Then install the Vonage Video dependency:
pod install
Open the project in Xcode to follow along.
Important: Please note that your App ID is your API key.
Custom video rendering (Mobile Only)
Add custom video rendering to your application using the Vonage Video API.
Steps
1
Introduction2
Setting Up Your Project3
Exploring the Code4
Conclusion