ConfigOptions: { capabilities: Apis[]; popoutSize?: ConfigSize; version?: SdkVersion; timeout?: number }

Type declaration

  • capabilities: Apis[]

    list of APIs and events you plan to use in your app

  • Optional popoutSize?: ConfigSize

    optional. Object that takes width and height of your desired app window size upon pop-out (in pixels as a number). The size property has the following constraints:

    • Max: 75% of screen size
    • Min: Windows - 336 x 342, Mac - 320 x 760
    • Default: current side-panel size
  • Optional version?: SdkVersion

    target SDK version, required if loading SDK from Zoom Apps CDN

    const zoomSdk = new ZoomSdk({ version: '0.16' })
    
  • Optional timeout?: number

    timeout in ms. Custom timeout passed in config will be used during all APIs call to zoomSdk. If no timeout is passed, default 10000ms will be used.

Generated using TypeDoc