@zoom/appssdk
Advanced tools
Comparing version 0.16.25 to 0.16.26
{ | ||
"name": "@zoom/appssdk", | ||
"version": "0.16.25", | ||
"version": "0.16.26", | ||
"description": "Zoom Apps SDK", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -74,3 +74,4 @@ # Zoom Apps SDK | ||
"unsupportedApis": [], | ||
"runningContext": "inMainClient" | ||
"runningContext": "inMainClient", | ||
"product": "desktop" | ||
} | ||
@@ -83,23 +84,2 @@ ``` | ||
## Product config response | ||
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). | ||
| Client | OS | Running Context (Parameter) | Product (Parameter) | | ||
|-----------------------|-----------------|-------------------------------------|------------------------------------| | ||
| Desktop Client | Win/Mac | inMainClient | desktop | | ||
| Desktop Client | Win/Mac | inMeeting | desktop | | ||
| Mobile Client | iOS/Android | inMainClient | mobile | | ||
| Mobile Client | iOS/Android | inMeeting | mobile | | ||
| Personal Zoom Room | Win/Android | inMainClient | personalZoomRoom | | ||
| Personal Zoom Room | Win/Android | inMeeting | personalZoomRoom | | ||
| Desktop Client | Win/Mac | inChat | desktop | | ||
| Zoom Room | Win/Android | inMainClient | sharedZoomRoom | | ||
| Zoom Room | Win/Android | inMeeting | sharedZoomRoom | | ||
| Digital Signage | Win/Android | inDigitalSignage | sharedZoomRoom | | ||
| Zoom Room Controller | iOS/Android | inMainClient | zoomRoomController | | ||
| Zoom Room Controller | iOS/Android | inMeeting | zoomRoomController | | ||
| Web Client | Win/Mac | inMeeting/inWebinar | desktop/web | | ||
## Note | ||
@@ -106,0 +86,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
570793
13625
147