Class PublisherKit

java.lang.Object
com.opentok.android.PublisherKit
All Implemented Interfaces:
Observer
Direct Known Subclasses:
Publisher

public class PublisherKit extends Object implements Observer
A publisher captures an audio-video stream from the sources you specify. You can then publish the audio-video stream to an OpenTok session by calling the Session.publish(PublisherKit publisher) method.

Create a subclass of PublisherKit if you are interested in providing your own video capturing and rendering implementation. Otherwise, use the Publisher class, which includes a pre-built video capturer and renderer.