Monitor List Builder.
More...
#include <zoom_video_sdk_share_helper_interface.h>
Monitor List Builder.
Definition at line 105 of file zoom_video_sdk_share_helper_interface.h.
◆ ~IMonitorListBuilder()
virtual IMonitorListBuilder::~IMonitorListBuilder |
( |
| ) |
|
|
inlinevirtual |
◆ addMonitorID()
Add the monitor ID to list. The validity of the monitor ID is not verified here.
- Parameters
-
monitorID | The screen name. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise the function fails. To get extended error information, see ZoomVideoSDKErrors enum.
◆ clear()
Clear the monitor ID list.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise the function fails. To get extended error information, see ZoomVideoSDKErrors enum.
◆ getMonitorIDs()
Returns the monitor ID list.
- Returns
- If the function succeeds, the return value is the monitor ID list. Otherwise returns nullptr.
◆ removeMonitorID()
Remove the monitor ID from list.
- Parameters
-
monitorID | The screen name. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise the function fails. To get extended error information, see ZoomVideoSDKErrors enum.