Webinar callback event.
More...
#include <meeting_webinar_interface.h>
◆ onAttendeeAudioStatusNotification()
virtual void IMeetingWebinarCtrlEvent::onAttendeeAudioStatusNotification |
( |
unsigned int |
userid, |
|
|
bool |
can_talk, |
|
|
bool |
is_muted |
|
) |
| |
|
pure virtual |
Attendee will receive this callback if his audio status changes.
- Parameters
-
userid | The ID of the user whose audio status changes. |
can_talk | True indicates that it is able to use the audio. False not.
|
is_muted | TRUE indicates muted, FALSE not. This parameter works only when the value of can_talk is TRUE. |
◆ onDepromptPanelist2AttendeeResult()
virtual void IMeetingWebinarCtrlEvent::onDepromptPanelist2AttendeeResult |
( |
int |
result | ) |
|
|
pure virtual |
Callback to demote attendees to panelist.
- Parameters
-
result | If the demotion is successful, the result is zero(0), otherwise an error code. |
◆ onPromptAttendee2PanelistResult()
virtual void IMeetingWebinarCtrlEvent::onPromptAttendee2PanelistResult |
( |
int |
result | ) |
|
|
pure virtual |
Callback to promote attendees to panelist.
- Parameters
-
result | If the promotion is successful, the result is zero(0). Otherwise it is an error code. |
The documentation for this class was generated from the following file: