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 Object
A base class for defining advanced session options with the Session.Builder.sessionOptions(Session.SessionOptions sessionOptions) method.
  • Constructor Details

    • SessionOptions

      public SessionOptions()
  • Method Details

    • 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()
      Return true if you want publishers and subscriber to use TextureViews instead of GLSurfaceViews.