Java

Overview

This tutorial walks through the steps required to make modifications to the video capturer in your Vonage Video Android application.

Setting Up Your Project

The code for this section is available in the Basic-Video-Capturer-Camera-2-Java project of the opentok-android-sdk-samples repo. If you haven't already, you'll need to clone the repo into a local directory. On the command line, run:

git clone git@github.com:opentok/opentok-android-sdk-samples.git

Open the Basic-Video-Capturer-Camera-2-Java project in Android Studio 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