Optional appApp Group identifier shared with the Broadcast Upload Extension; required for screen sharing via ReplayKit. iOS only.
Optional bundlePath to the MobileRTC resource bundle. iOS only.
Optional domain?: stringDomain used to start or join a Zoom meeting (for example, zoom.us).
Required by the native SDK; defaults to zoom.us if not provided.
Optional enableWhether to enable SDK logging. Logs are written to the platform-specific sandboxed location.
Optional jwtJWT token used to authorize the SDK with Zoom.
When provided, the bridge will start authorization automatically after the SDK has been initialized.
Optional logMaximum log file size in MB. Android only.
Optional replaykitBundle identifier of the ReplayKit Broadcast Upload Extension; required for direct screen sharing. iOS only.
Generated using TypeDoc
Configuration used to initialize the Zoom Meeting SDK.
Mirrors the native
MobileRTCSDKInitContext(iOS) /ZoomSDKInitParams(Android) configuration objects.