Products (Surfaces)

The information in the products section of the manifest JSON represents the values on the Surfaces page of the app build flow:

Manifest JSON

{
    "features": {
        "products": [
            "ZOOM_MEETING",
            "ZOOM_CHAT",
            "ZOOM_PHONE",
            "ZOOM_ROOM",
            "ZOOM_WEBINAR",
            "ZOOM_CONTACT_CENTER",
            "ZOOM_WHITEBOARD",
            "ZOOM_EVENTS"
        ],
        "development_home_uri": "",
        "production_home_uri": "",
        "domain_allow_list": [
            {
                "domain": "",
                "explanation": ""
            }
        ]
    }
}

Field Description

FieldDescriptionRequired
productsSelect the Zoom products that this app works in. Users can open and use the app directly from theseYes
development_home_uriProvide a URL to your app's home page.No
production_home_uriProvide a URL to your public app's home page.No
domain_allow_listURLs added here are to be accepted by the native Zoom Client.No