Plugin SDK

This feature allows you to enable Plugin SDK support for your app, bringing Plugin SDK capabilities to your Zoom integration.

The information in the plugin_sdk section of the manifest JSON represents the values on the Plugin SDK page of the app build flow.

Manifest JSON

{
    "features": {
        // ......
        "plugin_sdk": {
            "enable": true
        }
        // ......
    }
}

Field Description

FieldDescriptionRequired
plugin_sdk.enableEnable Plugin SDK and bring Plugin SDK features to your app.No