ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
ICustomizedShareRenderEvent Class Referenceabstract

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.
 

Detailed Description

Share render callback event.

Member Function Documentation

◆ onSharingSourceUserIDNotification()

virtual void ICustomizedShareRenderEvent::onSharingSourceUserIDNotification ( unsigned int  userid)
pure virtual

Callback event of changed sender or the sharing closes when receiving the shared content.

Parameters
useridThe new sender or the sender of new sharing content.

The documentation for this class was generated from the following file: