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

Pro AV video overlay settings. More...

#include <IProAVService.h>

Data Fields

bool isActiveSpeakerGreenOutlineEnabled = false
 TRUE indicates active speaker green outline is enabled.
 
bool isReactionIconsEnabled = false
 TRUE indicates reaction icons is enabled.
 
bool isRaiseHandIconEnabled = false
 TRUE indicates raise hand icon is enabled.
 
bool isNameStrapEnabled = false
 TRUE indicates name strap is enabled.
 
ProAVVideoNameStrapPosition position = ProAVVideoNameStrapPositionUnknown
 Name strap position, see ProAVVideoNameStrapPosition enum.
 
bool isMuteIconEnabled = false
 TRUE indicates mute icon is enabled.
 
bool isPollOverlayEnabled = false
 TRUE indicates poll overlay is enabled.
 

Detailed Description

Pro AV video overlay settings.

Definition at line 50 of file IProAVService.h.

Field Documentation

◆ isActiveSpeakerGreenOutlineEnabled

bool ProAVVideoOverlaySettings::isActiveSpeakerGreenOutlineEnabled = false

TRUE indicates active speaker green outline is enabled.

Definition at line 52 of file IProAVService.h.

◆ isMuteIconEnabled

bool ProAVVideoOverlaySettings::isMuteIconEnabled = false

TRUE indicates mute icon is enabled.

Definition at line 57 of file IProAVService.h.

◆ isNameStrapEnabled

bool ProAVVideoOverlaySettings::isNameStrapEnabled = false

TRUE indicates name strap is enabled.

Definition at line 55 of file IProAVService.h.

◆ isPollOverlayEnabled

bool ProAVVideoOverlaySettings::isPollOverlayEnabled = false

TRUE indicates poll overlay is enabled.

Definition at line 58 of file IProAVService.h.

◆ isRaiseHandIconEnabled

bool ProAVVideoOverlaySettings::isRaiseHandIconEnabled = false

TRUE indicates raise hand icon is enabled.

Definition at line 54 of file IProAVService.h.

◆ isReactionIconsEnabled

bool ProAVVideoOverlaySettings::isReactionIconsEnabled = false

TRUE indicates reaction icons is enabled.

Definition at line 53 of file IProAVService.h.

◆ position

ProAVVideoNameStrapPosition ProAVVideoOverlaySettings::position = ProAVVideoNameStrapPositionUnknown

Name strap position, see ProAVVideoNameStrapPosition enum.

Definition at line 56 of file IProAVService.h.