Video SDK for Windows API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_whiteboard_helper_interface.h
Go to the documentation of this file.
1
6#ifndef _ZOOM_VIDEO_SDK_WHITEBOARD_HELPER_INTERFACE_H_
7#define _ZOOM_VIDEO_SDK_WHITEBOARD_HELPER_INTERFACE_H_
9
11
21{
22public:
29 virtual ZoomVideoSDKErrors subscribeWhiteboard(void* hOwner) = 0;
30
36
41 virtual bool canStartShareWhiteboard() = 0;
42
47 virtual bool canStopShareWhiteboard() = 0;
48
54
60
65 virtual bool isOtherSharingWhiteboard() = 0;
66
67
68
77
85 virtual ZoomVideoSDKErrors setCustomizedResIcon(void* hResInstance, unsigned int iconID) = 0;
86};
87
89#endif
virtual ZoomVideoSDKErrors subscribeWhiteboard(void *hOwner)=0
Displays the whiteboard view when someone is sharing the whiteboard.
virtual ZoomVideoSDKErrors unSubscribeWhiteboard()=0
Hides the whiteboard sharing view when someone is sharing the whiteboard.
virtual ZoomVideoSDKErrors stopShareWhiteboard()=0
Stops whiteboard sharing in the session.
virtual ZoomVideoSDKErrors exportWhiteboard(ZoomVideoSDKExportFormat format)=0
Exports the currently shared whiteboard.
virtual bool isOtherSharingWhiteboard()=0
Checks whether another user is currently sharing a whiteboard.
virtual bool canStopShareWhiteboard()=0
Checks whether the current user can stop whiteboard sharing.
virtual bool canStartShareWhiteboard()=0
Checks whether the current user can start whiteboard sharing. Only the host can start whiteboard shar...
virtual ZoomVideoSDKErrors startShareWhiteboard()=0
Starts whiteboard sharing in the session.
virtual ZoomVideoSDKErrors setCustomizedResIcon(void *hResInstance, unsigned int iconID)=0
Sets a custom icon for the whiteboard sharing content window.
Zoom Video SDK Common Definition File.
#define BEGIN_ZOOM_VIDEO_SDK_NAMESPACE
ZoomVideoSDKExportFormat
Enumeration of supported export formats for content, like whiteboard.
#define END_ZOOM_VIDEO_SDK_NAMESPACE
ZoomVideoSDKErrors
Enumeration of common Zoom Video SDK errors.