ConfigResponse: { runningContext: RunningContext; unsupportedApis: Apis[]; clientVersion: string; browserVersion: string; auth: AuthObject; media?: { renderTarget?: { width: number; height: number }; defaultCutout?: ParticipantCutoutShape } & VideoMedia & AudioMedia; userAgent: string }

Type declaration

  • runningContext: RunningContext

    The context in which the Zoom App is launched: inMeeting, inWebinar, inMainClient, inPhone.

  • unsupportedApis: Apis[]

    Unsupported JS APIs and events.

  • clientVersion: string

    Version of the Zoom Client in which the app is running.

  • browserVersion: string

    'webview2/xxxx', 'cef/xxx', 'applewebkit/xx'

  • auth: AuthObject

    'authorized' or 'unauthorized'

  • Optional media?: { renderTarget?: { width: number; height: number }; defaultCutout?: ParticipantCutoutShape } & VideoMedia & AudioMedia

    only available in meetings. Provides the specifications of audio and video

  • userAgent: string

    provides the browser userAgent

Generated using TypeDoc