Package us.zoom.sdk

Class ZoomSDKInitParams

    • Field Detail

      • jwtToken

        public java.lang.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 java.lang.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
        Enable/Disable sdk catch crash. For Java Thread.setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler)
      • appLocal

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

        public int wrapperType
    • Constructor Detail

      • ZoomSDKInitParams

        public ZoomSDKInitParams()