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

Audio troubleshooting status. More...

#include <IMeetingAudioHelper.h>

Data Fields

bool isRecording = false
 
int32_t totalDuration = 0
 
int32_t timeLeft = 0
 

Detailed Description

Audio troubleshooting status.

Definition at line 28 of file IMeetingAudioHelper.h.

Field Documentation

◆ isRecording

bool AudioTroubleShootingStatus::isRecording = false

Definition at line 30 of file IMeetingAudioHelper.h.

◆ timeLeft

int32_t AudioTroubleShootingStatus::timeLeft = 0

Definition at line 32 of file IMeetingAudioHelper.h.

◆ totalDuration

int32_t AudioTroubleShootingStatus::totalDuration = 0

Definition at line 31 of file IMeetingAudioHelper.h.