Objective-C

Overview

This tutorial walks through the steps required to make minor modifications to the video renderer used by an OTPublisher object. You can also use the same techniques to modify the video renderer used by an OTSubscriber object (though this example only illustrates a custom renderer for a publisher).

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.

Custom Video Capturing

Add custom video capturing to your application using the Vonage Video API.

Available on:
Java Objective-C
Steps
1
Introduction
2
Getting Started
3
Exploring the Code
4
Conclusion