Java

Introduction

This tutorial walks through the steps required to make minor modifications to the video renderer used by a Subscriber object.

You can also use the same techniques to modify the video renderer used by a Publisher object (though this example only illustrates a custom renderer for a subscriber).

For conceptual information on the video API, see the General overview page.

Custom video rendering (Mobile Only)

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

Available on:
Java Objective-C
Steps
1
Introduction
2
Setting Up Your Project
3
Exploring the Code
4
Conclusion