Zoom Rooms Controller SDK Reference 7.0.0
Loading...
Searching...
No Matches
AICVoiceCommandInfo Struct Reference

AIC voice command runtime info. More...

#include <ISettingService.h>

Data Fields

bool isSessionStarted = false
 TRUE indicates AIC voice session started.
 
bool isPlaybackMuted = false
 TRUE indicates AIC voice playback muted.
 

Detailed Description

AIC voice command runtime info.

Definition at line 489 of file ISettingService.h.

Field Documentation

◆ isPlaybackMuted

bool AICVoiceCommandInfo::isPlaybackMuted = false

TRUE indicates AIC voice playback muted.

Definition at line 492 of file ISettingService.h.

◆ isSessionStarted

bool AICVoiceCommandInfo::isSessionStarted = false

TRUE indicates AIC voice session started.

Definition at line 491 of file ISettingService.h.