Package us.zoom.sdk

Class ZoomSDKInitParams

java.lang.Object
us.zoom.sdk.ZoomSDKInitParams

public class ZoomSDKInitParams extends Object
  • Field Details

    • jwtToken

      public String jwtToken
      jwtToken got from developer. if you use jwtToken to initialize, no need to set appKey and appSecret. if you set both jwtToken and appKey and appSecret, we will use jwtToken to initialize first.
    • domain

      public String domain
      ZOOM domain name. Default value: zoom.us
    • autoRetryVerifyApp

      public boolean autoRetryVerifyApp
      If it is TRUE, Zoom SDK will retry to call verifyApp automatically. Otherwise user needs to call verifyApp manually once initialize failed.
    • enableLog

      public boolean enableLog
      Enable/Disable the default debug log.
    • logSize

      public int logSize
      Log File Size. 1-50M
    • enableGenerateDump

      public boolean enableGenerateDump
    • enableLogicalMultiCamera

      public boolean enableLogicalMultiCamera
      Enable/Disable logical multi camera A logical camera is a grouping of two or more of those physical cameras. See Multi-camera API(https://developer.android.google.cn/media/camera/camera2/multi-camera)
    • appLocal

      public ZoomAppLocal appLocal
      App locale. for chinese :ZoomLocale_CN other:ZoomLocale_Def
    • audioRawDataMemoryMode

      public ZoomSDKRawDataMemoryMode audioRawDataMemoryMode
    • videoRawDataMemoryMode

      public ZoomSDKRawDataMemoryMode videoRawDataMemoryMode
    • shareRawDataMemoryMode

      public ZoomSDKRawDataMemoryMode shareRawDataMemoryMode
    • wrapperType

      public int wrapperType
  • Constructor Details

    • ZoomSDKInitParams

      public ZoomSDKInitParams()