Zoom client support

The information in the zoom_client_support section of the manifest JSON represents the values on the Features > Surface > Zoom Client Support page of the app build-flow.

Manifest JSON

{
    "features": {
        ……
        "zoom_client_support": {
            "mobile": {
                "enable": true,
                "apple_developer_program_team_id": ""
            },
            "zoom_room": {
                "enable": true,
                "enable_personal_zoom_room": true,
                "enable_shared_zoom_room": true,
                "enable_digital_signage": true,
                "enable_zoom_rooms_controller": true
            },
            "pwa_client": {
                "enable": true
            }
        },
        ……
    }
}

Field Description

FieldDescriptionRequired
mobile.enableAllow users to access your app from the Zoom client for iOS, iPadOS, and Android. Learn moreNo
mobile.apple_developer_program_team_idProvide your Apple Developer Program Team ID to make your app available on the Zoom clients for iOS and iPadOS. This is required for using your app on Apple devices.

(Only for iOS and iPadOS)
No
zoom_room.enableAllow users to access your app from Zoom Room clients. In the list below, check the Zoom Room clients that your app supports.No
zoom_room.enable_personal_zoom_roomEnable for personal Zoom Rooms. Learn more.No
zoom_room.enable_shared_zoom_roomEnable for shared Zoom Rooms. Learn moreNo
zoom_room.enable_digital_signageEnable for Zoom Rooms Digital Signage. Learn moreNo
zoom_room.enable_zoom_rooms_controllerEnable for Zoom Rooms Controllers. Learn moreNo
pwa_client.enableEnable users to access your app from Zoom PWA client. This feature is currently available only for Zoom Contact Center. Learn moreNo