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

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 ChatStatusGetChatStatus ()=0
 Get the authority status to send current message. More...
 
virtual SDKError SetParticipantsChatPriviledge (SDKChatPriviledge priviledge)=0
 

Detailed Description

Meeting chat controller interface.

Member Function Documentation

◆ GetChatStatus()

virtual const ChatStatus* IMeetingChatController::GetChatStatus ( )
pure virtual

Get the authority status to send current message.

Returns
If the function succeeds, the return value is a pointer to the structure of ChatStatus. For more details, see ChatStatus structure. Otherwise failed, the return value is NULL. To get extended error information, see ChatStatus.

◆ SendChat4WebinarMeeting()

virtual SDKError IMeetingChatController::SendChat4WebinarMeeting ( SendChatItem4Webinar chatIteam)
pure virtual

Send chat message in webinar.

Parameters
chatIteamAn instance of the structure of the chat message. For more details, see SendChatItem4Webinar structure.
Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

◆ SendChatTo()

virtual SDKError IMeetingChatController::SendChatTo ( unsigned int  receiver,
wchar_t *  content 
)
pure virtual

Send chat message in the normal meeting.

Parameters
receiverSpecify the user ID who receives the chat message. The message will be sent to all when the value is zero(0).
contentThe content of the chat message.
Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

◆ SetEvent()

virtual SDKError IMeetingChatController::SetEvent ( IMeetingChatCtrlEvent pEvent)
pure virtual

Set meeting chat callback event.

Parameters
pEventA pointer to the IMeetingChatCtrlEvent to receive chat callback event. For more details, see IMeetingChatCtrlEvent.
Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
Remarks
The event is used by SDK to pass the callback event to user's application. If this function is not called or fails, the user's application can not retrieve the callback event.

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