Virtual background helper interface.
More...
#include <IVirtualBackgroundHelper.h>
Virtual background helper interface.
Definition at line 139 of file IVirtualBackgroundHelper.h.
◆ ~IVirtualBackgroundHelper()
virtual IVirtualBackgroundHelper::~IVirtualBackgroundHelper |
( |
| ) |
|
|
inlinevirtual |
◆ DeregisterSink()
Deregister virtual background callback sink.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ DownloadVirtualBackgroundImage()
virtual ZRCSDKError IVirtualBackgroundHelper::DownloadVirtualBackgroundImage |
( |
std::string |
imgUrl, |
|
|
std::string |
localFilePath |
|
) |
| |
|
pure virtual |
Download virtual background image.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
imgUrl | The virtual background image url. |
localFilePath | Specify the local file path of this image. For example, ..../MyVBFolder/this_vb.jpg |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ NotifyZRRefreshVirtualBackgroundListInMeeting()
virtual ZRCSDKError IVirtualBackgroundHelper::NotifyZRRefreshVirtualBackgroundListInMeeting |
( |
| ) |
|
|
pure virtual |
Notify ZR that controller opens virtual background view to trigger list update when in meeting.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ PreviewVirtualBackground()
virtual ZRCSDKError IVirtualBackgroundHelper::PreviewVirtualBackground |
( |
bool |
start | ) |
|
|
pure virtual |
Start preview virtual background in pre-meeting.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
start | TRUE indicates to start preview virtual background. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ RedetectVirtualBackground()
virtual ZRCSDKError IVirtualBackgroundHelper::RedetectVirtualBackground |
( |
| ) |
|
|
pure virtual |
Redetect virtual background.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ RegisterSink()
Register virtual background helper callback sink.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ SelectVirtualBackground()
virtual ZRCSDKError IVirtualBackgroundHelper::SelectVirtualBackground |
( |
const std::string & |
vbID | ) |
|
|
pure virtual |
Select virtual background.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
vbID | Select the virtual background ID. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.