Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
BandwidthLimitInfo Struct Reference

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.
 

Detailed Description

Bandwidth limit info.

Definition at line 71 of file IMeetingService.h.

Field Documentation

◆ isDisableRecvVideo

bool BandwidthLimitInfo::isDisableRecvVideo = false

TRUE indicates disable receive video.

Definition at line 75 of file IMeetingService.h.

◆ isDisableSendVideo

bool BandwidthLimitInfo::isDisableSendVideo = false

TRUE indicates disable send video.

Definition at line 74 of file IMeetingService.h.

◆ isEnabled

bool BandwidthLimitInfo::isEnabled = false

TRUE indicates bandwidth limit feature is enabled.

Definition at line 73 of file IMeetingService.h.

◆ videoDownstreamLimit

uint32_t BandwidthLimitInfo::videoDownstreamLimit = 0

Video downstream limit.

Definition at line 77 of file IMeetingService.h.

◆ videoUpstreamLimit

uint32_t BandwidthLimitInfo::videoUpstreamLimit = 0

Video upstream limit.

Definition at line 76 of file IMeetingService.h.