|
Zoom Rooms Controller SDK Reference 6.6.0
|
Virtual background item. More...
#include <IVirtualBackgroundHelper.h>
Data Fields | |
| std::string | id |
| ID. Special cases: 1. Empty string "" for NONE; 2."zr_virtual_background_blur_id" for Blur. // Share ZR current not support blur. | |
| std::string | name |
| Name. | |
| std::string | bigImageURL |
| Big image url. | |
| std::string | smallImageURL |
| Small image url. | |
| bool | isDownloadedOnZR |
| TRUE indicates this item is downloaded on ZR and can be selected. | |
| VBResourceType | resourceType |
| See enum VBResourceType. | |
| std::string | downloadFileId |
| If downloadFileId not empty, use downloadFileId to download the virtual background resource. | |
Virtual background item.
Definition at line 25 of file IVirtualBackgroundHelper.h.
| std::string VirtualBackgroundItem::bigImageURL |
Big image url.
Definition at line 29 of file IVirtualBackgroundHelper.h.
| std::string VirtualBackgroundItem::downloadFileId |
If downloadFileId not empty, use downloadFileId to download the virtual background resource.
Definition at line 33 of file IVirtualBackgroundHelper.h.
| std::string VirtualBackgroundItem::id |
ID. Special cases: 1. Empty string "" for NONE; 2."zr_virtual_background_blur_id" for Blur. // Share ZR current not support blur.
Definition at line 27 of file IVirtualBackgroundHelper.h.
| bool VirtualBackgroundItem::isDownloadedOnZR |
TRUE indicates this item is downloaded on ZR and can be selected.
Definition at line 31 of file IVirtualBackgroundHelper.h.
| std::string VirtualBackgroundItem::name |
Name.
Definition at line 28 of file IVirtualBackgroundHelper.h.
| VBResourceType VirtualBackgroundItem::resourceType |
See enum VBResourceType.
Definition at line 32 of file IVirtualBackgroundHelper.h.
| std::string VirtualBackgroundItem::smallImageURL |
Small image url.
Definition at line 30 of file IVirtualBackgroundHelper.h.