Zoom Rooms Controller SDK Reference 6.6.0
Loading...
Searching...
No Matches
VideoStatus Struct Reference

Video status. More...

#include <ZRCSDKTypes.h>

Data Fields

bool hasSource = false
 TRUE indicates user has video source.
 
bool receiving = false
 TRUE indicates user is receiving other's video stream from meeting.
 
bool sending = false
 TRUE indicates user is sending video stream to meeting.
 
bool canControl = false
 TRUE indicates user's video can be controlled.
 

Detailed Description

Video status.

Definition at line 970 of file ZRCSDKTypes.h.

Field Documentation

◆ canControl

bool VideoStatus::canControl = false

TRUE indicates user's video can be controlled.

Definition at line 975 of file ZRCSDKTypes.h.

◆ hasSource

bool VideoStatus::hasSource = false

TRUE indicates user has video source.

Definition at line 972 of file ZRCSDKTypes.h.

◆ receiving

bool VideoStatus::receiving = false

TRUE indicates user is receiving other's video stream from meeting.

Definition at line 973 of file ZRCSDKTypes.h.

◆ sending

bool VideoStatus::sending = false

TRUE indicates user is sending video stream to meeting.

Definition at line 974 of file ZRCSDKTypes.h.