|
ZOOM Windows SDK
5.2.42037.1112
|
Meeting service callback event. More...
#include <meeting_service_interface.h>
Public Member Functions | |
| virtual void | onMeetingStatusChanged (MeetingStatus status, int iResult=0)=0 |
| Meeting status changed callback. More... | |
| virtual void | onMeetingStatisticsWarningNotification (StatisticsWarningType type)=0 |
| Meeting statistics warning notification callback. More... | |
| virtual void | onMeetingSecureKeyNotification (const char *key, int len, IMeetingExternalSecureKeyHandler *pHandler)=0 |
| Callback notification of meeting secure key, supported only by special account. More... | |
| virtual void | onMeetingParameterNotification (const MeetingParameter *meeting_param)=0 |
| Meeting parameter notification callback. More... | |
Meeting service callback event.
|
pure virtual |
Meeting parameter notification callback.
| meeting_param | Meeting parameter. For more details, see MeetingParameter. |
|
pure virtual |
Callback notification of meeting secure key, supported only by special account.
| key | The secure key of current meeting. |
| len | The length of secure key. |
| pHandler | The handler used to set the external secure key or leave meeting. |
|
pure virtual |
Meeting statistics warning notification callback.
| type | The warning type of the meeting statistics. For more details, see StatisticsWarningType. |
|
pure virtual |
Meeting status changed callback.
| status | The value of meeting. For more details, see MeetingStatus. |
| iResult | Detailed reasons for special meeting status. If the status is MEETING_STATUS_FAILED, the value of iResult is one of those listed in MeetingFailCode enum. If the status is MEETING_STATUS_ENDED, the value of iResult is one of those listed in MeetingEndReason. |
1.8.14