Package com.opentok.android
Class Session.SessionOptions
java.lang.Object
com.opentok.android.Session.SessionOptions
- Direct Known Subclasses:
Session.ConfigurableSessionOptions
- Enclosing class:
Session
A base class for defining advanced session options with the
Session.Builder.sessionOptions(Session.SessionOptions sessionOptions) method.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.booleanDeprecated.booleanReturntrueif you want publishers and subscriber to use TextureViews instead of GLSurfaceViews.
-
Constructor Details
-
SessionOptions
public SessionOptions()
-
-
Method Details
-
isHwDecodingSupported
Deprecated.This method has been deprecated, and it does not have any functionality. -
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.
-