Package com.opentok.android
Class Session.SessionOptions
- java.lang.Object
-
- com.opentok.android.Session.SessionOptions
-
- Direct Known Subclasses:
Session.ConfigurableSessionOptions
- Enclosing class:
- Session
public abstract static class Session.SessionOptions extends java.lang.Object
A base class for defining advanced session options with theSession.Builder.sessionOptions(Session.SessionOptions sessionOptions)
method.
-
-
Constructor Summary
Constructors Constructor Description SessionOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
isCamera2Capable()
Deprecated.boolean
isHwDecodingSupported()
Deprecated.boolean
useTextureViews()
Returntrue
if you want publishers and subscriber to use TextureViews instead of GLSurfaceViews.
-
-
-
Method Detail
-
isHwDecodingSupported
@Deprecated public boolean isHwDecodingSupported()
Deprecated.This method has been deprecated, and it does not have any functionality.
-
isCamera2Capable
@Deprecated public boolean isCamera2Capable()
Deprecated.This method has been deprecated, and it does not have any functionality.
-
useTextureViews
public boolean useTextureViews()
Returntrue
if you want publishers and subscriber to use TextureViews instead of GLSurfaceViews.
-
-