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

The interface to set the meeting video information. More...

#include <premeeting_service_interface.h>

Inherited by IMeetingItemInfoSelectHelper.

Public Member Functions

virtual SDKError SelectHostVideoOnOrOff (bool bOn)=0
 Enable or disable the host video function. More...
 
virtual SDKError SelectAttendeeVideoOnOrOff (bool bOn)=0
 Set to enable or disable the video of the participants. More...
 

Detailed Description

The interface to set the meeting video information.

Member Function Documentation

◆ SelectAttendeeVideoOnOrOff()

virtual SDKError ISelectMeetingItemVideoOptionHelper::SelectAttendeeVideoOnOrOff ( bool  bOn)
pure virtual

Set to enable or disable the video of the participants.

Parameters
bOnTRUE indicates to enable the video.
Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

◆ SelectHostVideoOnOrOff()

virtual SDKError ISelectMeetingItemVideoOptionHelper::SelectHostVideoOnOrOff ( bool  bOn)
pure virtual

Enable or disable the host video function.

Parameters
bOnTRUE indicates to enable the host 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: