JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Interfaces
Methods
Constructors
Interfaces
Interface
Description
com.opentok.android.Session.SessionOptionsProvider
Methods
Method
Description
com.opentok.android.BaseVideoRenderer.Frame.recycle()
If you want to free the memory of a frame you can just set the reference to null and wait the GC to collect it
com.opentok.android.Publisher.getCameraId()
com.opentok.android.Publisher.setCameraId(int)
com.opentok.android.Publisher.startPreview()
com.opentok.android.Publisher.swapCamera()
com.opentok.android.PublisherKit.destroy()
com.opentok.android.PublisherKit.getAudioFallbackEnabled()
com.opentok.android.PublisherKit.setAudioFallbackEnabled(boolean)
com.opentok.android.PublisherKit.setCapturer(BaseVideoCapturer)
com.opentok.android.PublisherKit.setName(String)
com.opentok.android.PublisherKit.setRenderer(BaseVideoRenderer)
com.opentok.android.Session.Builder.setApiUrl(URL)
com.opentok.android.Session.SessionOptions.isCamera2Capable()
com.opentok.android.Session.SessionOptions.isHwDecodingSupported()
com.opentok.android.Session.SessionOptionsProvider.isHwDecodingSupported()
com.opentok.android.Stream.getSession()
com.opentok.android.SubscriberKit.destroy()
com.opentok.android.SubscriberKit.onDisconnected()
com.opentok.android.SubscriberKit.setRenderer(BaseVideoRenderer)
Constructors
Constructor
Description
com.opentok.android.Publisher(Context)
com.opentok.android.PublisherKit(Context, String, boolean, boolean, BaseVideoCapturer, BaseVideoRenderer)
com.opentok.android.Session(Context, String, String)
com.opentok.android.Subscriber(Context, Stream)
com.opentok.android.SubscriberKit(Context, Stream)