ZOOM Windows SDK
5.2.42037.1112
|
Share render callback event. More...
#include <customized_share_render.h>
Public Member Functions | |
virtual void | onSharingContentStartRecving ()=0 |
Callback event the moment received the shared content. | |
virtual void | onSharingSourceUserIDNotification (unsigned int userid)=0 |
Callback event of changed sender or the sharing closes when receiving the shared content. More... | |
virtual void | onWindowMsgNotification (UINT uMsg, WPARAM wParam, LPARAM lParam)=0 |
Callback event when the App receives the window messages from the sharer. Here are the list of the window messages. WM_MOUSEMOVE WM_MOUSEENTER WM_MOUSELEAVE WM_LBUTTONDOWN WM_LBUTTONUP WM_RBUTTONUP WM_LBUTTONDBLCLK WM_KEYDOWN. | |
Share render callback event.
|
pure virtual |
Callback event of changed sender or the sharing closes when receiving the shared content.
userid | The new sender or the sender of new sharing content. |