teleconferenceDeviceScreenSharingQuality resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents video teleconferencing device screen-sharing quality data.
Properties
The teleconferenceDeviceScreenSharingQuality inherits all the properties from teleconferenceDeviceVideoQuality.
JSON representation
The following JSON representation shows the resource type.
{
"averageInboundBitRate": 1024,
"averageInboundFrameRate": 1024,
"averageInboundJitter": "String (ISO 8601 duration)",
"averageInboundPacketLossRateInPercentage": 10,
"averageInboundRoundTripDelay": "String (ISO 8601 duration)",
"averageOutboundBitRate": 1024,
"averageOutboundFrameRate": 1024,
"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
}