Zoom Rooms Controller SDK Reference 6.5.0
|
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. | |
Pro AV video overlay settings.
Definition at line 50 of file IProAVService.h.
bool ProAVVideoOverlaySettings::isActiveSpeakerGreenOutlineEnabled = false |
TRUE indicates active speaker green outline is enabled.
Definition at line 52 of file IProAVService.h.
bool ProAVVideoOverlaySettings::isMuteIconEnabled = false |
TRUE indicates mute icon is enabled.
Definition at line 57 of file IProAVService.h.
bool ProAVVideoOverlaySettings::isNameStrapEnabled = false |
TRUE indicates name strap is enabled.
Definition at line 55 of file IProAVService.h.
bool ProAVVideoOverlaySettings::isPollOverlayEnabled = false |
TRUE indicates poll overlay is enabled.
Definition at line 58 of file IProAVService.h.
bool ProAVVideoOverlaySettings::isRaiseHandIconEnabled = false |
TRUE indicates raise hand icon is enabled.
Definition at line 54 of file IProAVService.h.
bool ProAVVideoOverlaySettings::isReactionIconsEnabled = false |
TRUE indicates reaction icons is enabled.
Definition at line 53 of file IProAVService.h.
ProAVVideoNameStrapPosition ProAVVideoOverlaySettings::position = ProAVVideoNameStrapPositionUnknown |
Name strap position, see ProAVVideoNameStrapPosition enum.
Definition at line 56 of file IProAVService.h.