AudioStatusReport

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

string (Timestamp format)

Output only. Timestamp of when the sample was collected on device.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

outputMute

boolean

Output only. Is active output device mute or not.

inputMute

boolean

Output only. Is active input device mute or not.

outputVolume

integer

Output only. Active output device's volume in [0, 100].

outputDevice

string

Output only. Active output device's name.

inputGain

integer

Output only. Active input device's gain in [0, 100].

inputDevice

string

Output only. Active input device's name.