The context in which the Zoom App is launched: inMeeting, inWebinar, inMainClient, inPhone.
Unsupported JS APIs and events.
Version of the Zoom Client in which the app is running.
'webview2/xxxx', 'cef/xxx', 'applewebkit/xx'
'authorized' or 'unauthorized'
Optional
media?: { renderTarget?: { width: number; height: number }; defaultCutout?: ParticipantCutoutShape } & VideoMedia & AudioMediaonly available in meetings. Provides the specifications of audio and video
provides the browser userAgent
Optional
product?: "desktop" | "mobile" | "web" | "personalZoomRoom" | "sharedZoomRoom" | "zoomRoomController"the product that this app is being run on
desktop The app is running on a desktop client.
mobile The app is running on a mobile client.
web The app is running on a web client.
personalZoomRoom The app is running on a personal Zoom Room device.
sharedZoomRoom The app is running is on a shared Zoom Room device.
zoomRoomController The app is running on a Zoom Room controller.
Generated using TypeDoc
The product parameter is implemented mainly to support apps running on various devices. The running context tells the app whether the device is in a meeting or not, and the product parameter tells the app the device type (desktop, mobile, personal or shared ZRs).