AI-generated Key Takeaways
- 
          
The AudioStatusReport provides status data for storage related to audio devices.
 - 
          
This telemetry information is controlled by the ReportDeviceAudioStatus policy.
 - 
          
Data collection occurs every 10 minutes, with default reporting every 3 hours.
 - 
          
The report includes details like report time, output and input mute status, volume/gain, and device names.
 
Status data for storage.
- This field is telemetry information and this will change over time as the device is utilized.
 - Data for this field is controlled via policy: ReportDeviceAudioStatus
 - Data Collection Frequency: 10 minutes
 - Default Data Reporting Frequency: 3 hours
          
- Policy Controlled: Yes
 
 - Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No
 - Reported for affiliated users only: N/A
 - Granular permission needed: TELEMETRY_API_AUDIO_REPORT
 
| JSON representation | 
|---|
{ "reportTime": string, "outputMute": boolean, "inputMute": boolean, "outputVolume": integer, "outputDevice": string, "inputGain": integer, "inputDevice": string }  | 
            
| Fields | |
|---|---|
reportTime | 
              
                 
 Output only. Timestamp of when the sample was collected on device. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
            
outputMute | 
              
                 
 Output only. Is active output device mute or not.  | 
            
inputMute | 
              
                 
 Output only. Is active input device mute or not.  | 
            
outputVolume | 
              
                 
 Output only. Active output device's volume in [0, 100].  | 
            
outputDevice | 
              
                 
 Output only. Active output device's name.  | 
            
inputGain | 
              
                 
 Output only. Active input device's gain in [0, 100].  | 
            
inputDevice | 
              
                 
 Output only. Active input device's name.  |