| title | teleconferenceDeviceAudioQuality resource type |
|---|---|
| description | Video teleconferencing device audio quality data. |
| ms.localizationpriority | medium |
| author | dongkyun |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents video teleconferencing device audio quality data.
teleconferenceDeviceAudioQuality inherits all the properties of the teleconferenceDeviceMediaQuality resource.
The following JSON representation shows the resource type.
{
"averageInboundJitter": "String (ISO 8601 duration)",
"averageInboundPacketLossRateInPercentage": 10,
"averageInboundRoundTripDelay": "String (ISO 8601 duration)",
"averageOutboundJitter": "String (ISO 8601 duration)",
"averageOutboundPacketLossRateInPercentage": 10,
"averageOutboundRoundTripDelay": "String (ISO 8601 duration)",
"channelIndex": 1,
"inboundPackets": 1024,
"localIPAddress": "String",
"localPort": 2000,
"maximumInboundJitter": "String (ISO 8601 duration)",
"maximumInboundPacketLossRateInPercentage": 12,
"maximumInboundRoundTripDelay": "String (ISO 8601 duration)",
"maximumOutboundJitter": "String (ISO 8601 duration)",
"maximumOutboundPacketLossRateInPercentage": 12,
"maximumOutboundRoundTripDelay": "String (ISO 8601 duration)",
"mediaDuration": "String (ISO 8601 duration)",
"networkLinkSpeedInBytes": 1000000,
"outboundPackets": 1024,
"remoteIPAddress": "String",
"remotePort": 3000
}