| 
    ZOOM Windows SDK
    5.2.42037.1112
    
   | 
 
Meeting chat controller interface. More...
#include <meeting_chat_interface.h>
Public Member Functions | |
| virtual SDKError | SetEvent (IMeetingChatCtrlEvent *pEvent)=0 | 
| Set meeting chat callback event.  More... | |
| virtual SDKError | SendChatTo (unsigned int receiver, wchar_t *content)=0 | 
| Send chat message in the normal meeting.  More... | |
| virtual SDKError | SendChat4WebinarMeeting (SendChatItem4Webinar &chatIteam)=0 | 
| Send chat message in webinar.  More... | |
| virtual const ChatStatus * | GetChatStatus ()=0 | 
| Get the authority status to send current message.  More... | |
| virtual SDKError | SetParticipantsChatPriviledge (SDKChatPriviledge priviledge)=0 | 
Meeting chat controller interface.
      
  | 
  pure virtual | 
Get the authority status to send current message.
      
  | 
  pure virtual | 
Send chat message in webinar.
| chatIteam | An instance of the structure of the chat message. For more details, see SendChatItem4Webinar structure. | 
      
  | 
  pure virtual | 
Send chat message in the normal meeting.
| receiver | Specify the user ID who receives the chat message. The message will be sent to all when the value is zero(0). | 
| content | The content of the chat message. | 
      
  | 
  pure virtual | 
Set meeting chat callback event.
| pEvent | A pointer to the IMeetingChatCtrlEvent to receive chat callback event. For more details, see IMeetingChatCtrlEvent. | 
 1.8.14