Meeting video controller interface.
More...
#include <meeting_video_interface.h>
Meeting video controller interface.
◆ AskAttendeeToStartVideo()
virtual SDKError IMeetingVideoController::AskAttendeeToStartVideo |
( |
unsigned int |
userid | ) |
|
|
pure virtual |
Demand the assigned user to turn on the video.
- Parameters
-
userid | Specifies the user ID to demand. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ CanAskAttendeeToStartVideo()
virtual SDKError IMeetingVideoController::CanAskAttendeeToStartVideo |
( |
unsigned int |
userid | ) |
|
|
pure virtual |
Query if it is able to demand the specified user to turn on the video.
- Parameters
-
userid | Specifies the user ID to query. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ CanStopAttendeeVideo()
virtual SDKError IMeetingVideoController::CanStopAttendeeVideo |
( |
unsigned int |
userid | ) |
|
|
pure virtual |
Query if it is able to demand the specified user to turn off the video.
- Parameters
-
userid | Specifies the user ID to query.
|
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ GetMyCameraController()
Get camera controller interface.
- Returns
- If the function succeeds, the return value is a pointer to ICameraController. Otherwise returns NULL.
◆ HideOrShowNoVideoUserOnVideoWall()
virtual SDKError IMeetingVideoController::HideOrShowNoVideoUserOnVideoWall |
( |
bool |
bHide | ) |
|
|
pure virtual |
Display or not the user who does not turn on the video in the video all mode.
- Returns
- TRUE indicates to hide, FALSE show. Otherwise failed. To get extended error information, see SDKError enum.
◆ MuteVideo()
virtual SDKError IMeetingVideoController::MuteVideo |
( |
| ) |
|
|
pure virtual |
Turn off the user's own video.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ PinVideo()
virtual SDKError IMeetingVideoController::PinVideo |
( |
bool |
bPin, |
|
|
bool |
bFirstView, |
|
|
unsigned int |
userid |
|
) |
| |
|
pure virtual |
Pin the video of the assigned user.
- Parameters
-
bPin | TRUE indicates to pin. |
bFirstView | TRUE indicates to pin the video on the primary view. FALSE indicates to pin the video on the secondary view. The function does not work when the user chooses FALSE without dual view. |
userid | Specifies the user ID to be pinned. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ SetEvent()
Set the meeting video 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.
◆ SpotlightVideo()
virtual SDKError IMeetingVideoController::SpotlightVideo |
( |
bool |
bSpotlight, |
|
|
unsigned int |
userid |
|
) |
| |
|
pure virtual |
Spotlight the video of the assigned user.
- Parameters
-
bSpotlight | TRUE indicates to spotlight. |
userid | Specifies the user ID to be spotlighted. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ StopAttendeeVideo()
virtual SDKError IMeetingVideoController::StopAttendeeVideo |
( |
unsigned int |
userid | ) |
|
|
pure virtual |
Turn off the video of the assigned user.
- Parameters
-
userid | Specifies the user ID to turn off. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ UnmuteVideo()
virtual SDKError IMeetingVideoController::UnmuteVideo |
( |
| ) |
|
|
pure virtual |
Turn on the user's own video.
- 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: