Class Subscriber

java.lang.Object
com.opentok.android.SubscriberKit
com.opentok.android.Subscriber
All Implemented Interfaces:
Observer

public class Subscriber extends SubscriberKit
Used to consume an audio-video stream in the OpenTok session. Subscribers are created by passing a valid Stream instance into the Subscriber constructor. Subscribers can connect to receive media when you call the Session.subscribe(SubscriberKit subscriber) method.