Zoom Rooms Controller SDK Reference 6.5.0
|
Bandwidth limit info. More...
#include <IMeetingService.h>
Data Fields | |
bool | isEnabled = false |
TRUE indicates bandwidth limit feature is enabled. | |
bool | isDisableSendVideo = false |
TRUE indicates disable send video. | |
bool | isDisableRecvVideo = false |
TRUE indicates disable receive video. | |
uint32_t | videoUpstreamLimit = 0 |
Video upstream limit. | |
uint32_t | videoDownstreamLimit = 0 |
Video downstream limit. | |
Bandwidth limit info.
Definition at line 71 of file IMeetingService.h.
bool BandwidthLimitInfo::isDisableRecvVideo = false |
TRUE indicates disable receive video.
Definition at line 75 of file IMeetingService.h.
bool BandwidthLimitInfo::isDisableSendVideo = false |
TRUE indicates disable send video.
Definition at line 74 of file IMeetingService.h.
bool BandwidthLimitInfo::isEnabled = false |
TRUE indicates bandwidth limit feature is enabled.
Definition at line 73 of file IMeetingService.h.
uint32_t BandwidthLimitInfo::videoDownstreamLimit = 0 |
Video downstream limit.
Definition at line 77 of file IMeetingService.h.
uint32_t BandwidthLimitInfo::videoUpstreamLimit = 0 |
Video upstream limit.
Definition at line 76 of file IMeetingService.h.