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.ObjectA 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 booleanisCamera2Capable()Deprecated.booleanisHwDecodingSupported()Deprecated.booleanuseTextureViews()Returntrueif 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()
Returntrueif you want publishers and subscriber to use TextureViews instead of GLSurfaceViews.
-
-