Webinar controller interface.
More...
#include <meeting_webinar_interface.h>
Webinar controller interface.
◆ AllowAttendeeTalk()
virtual SDKError IMeetingWebinarController::AllowAttendeeTalk |
( |
unsigned int |
userid | ) |
|
|
pure virtual |
The attendee is permitted to use the audio device.
- Parameters
-
userid | Specifies the permitted user ID. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ AllowPanelistStartVideo()
virtual SDKError IMeetingWebinarController::AllowPanelistStartVideo |
( |
| ) |
|
|
pure virtual |
The panelist is permitted to start the video.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ DepromptPanelist2Attendee()
virtual SDKError IMeetingWebinarController::DepromptPanelist2Attendee |
( |
unsigned int |
userid | ) |
|
|
pure virtual |
Demote the panelist to attendee. Available only for the host.
- Parameters
-
userid | Specifies the user ID to demote. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ DisallowAttendeeTalk()
virtual SDKError IMeetingWebinarController::DisallowAttendeeTalk |
( |
unsigned int |
userid | ) |
|
|
pure virtual |
Forbid the attendee to use the audio device.
- Parameters
-
userid | Specifies the forbidden user ID. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ DisallowPanelistStartVideo()
virtual SDKError IMeetingWebinarController::DisallowPanelistStartVideo |
( |
| ) |
|
|
pure virtual |
Forbid the panelist to start video.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ GetWebinarMeetingStatus()
◆ IsSupportAttendeeTalk()
virtual SDKError IMeetingWebinarController::IsSupportAttendeeTalk |
( |
| ) |
|
|
pure virtual |
Query if the webinar supports the user to use the audio device.
- Returns
- If it supports, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ PromptAttendee2Panelist()
virtual SDKError IMeetingWebinarController::PromptAttendee2Panelist |
( |
unsigned int |
userid | ) |
|
|
pure virtual |
Promote the attendee to panelist. Available only for the meeting host.
- Parameters
-
userid | Specifies the user ID to promote. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ SetEvent()
Set webinar controller callback event handler.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
The documentation for this class was generated from the following file: