ZOOM Windows SDK  5.2.42037.1112
Classes | Enumerations
meeting_video_interface.h File Reference

Meeting Service Video Interface. More...

#include "..\zoom_sdk_def.h"
#include "..\zoom_sdk_util_define.h"

Go to the source code of this file.

Classes

class  IRequestStartVideoHandler
 Process after the user receives the requirement from the host to turn on the video. More...
 
class  IMeetingVideoCtrlEvent
 Meeting video controller event callback. More...
 
class  IMeetingVideoController
 Meeting video controller interface. More...
 

Enumerations

enum  VideoStatus { Video_ON, Video_OFF, Video_Mute_ByHost }
 The video status of the user. Here are more detailed structural descriptions. More...
 

Detailed Description

Meeting Service Video Interface.

Enumeration Type Documentation

◆ VideoStatus

The video status of the user. Here are more detailed structural descriptions.

Enumerator
Video_ON 

Video is on.

Video_OFF 

Video is off.

Video_Mute_ByHost 

Video is muted by host.