|
Zoom Rooms Controller SDK Reference 6.7.0
|
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. | |
Video status.
Definition at line 978 of file ZRCSDKTypes.h.
| bool VideoStatus::canControl = false |
TRUE indicates user's video can be controlled.
Definition at line 983 of file ZRCSDKTypes.h.
| bool VideoStatus::hasSource = false |
TRUE indicates user has video source.
Definition at line 980 of file ZRCSDKTypes.h.
| bool VideoStatus::receiving = false |
TRUE indicates user is receiving other's video stream from meeting.
Definition at line 981 of file ZRCSDKTypes.h.
| bool VideoStatus::sending = false |
TRUE indicates user is sending video stream to meeting.
Definition at line 982 of file ZRCSDKTypes.h.