Skip to content

Latest commit

 

History

History
89 lines (72 loc) · 3.14 KB

File metadata and controls

89 lines (72 loc) · 3.14 KB
title teleconferenceDeviceVideoQuality resource type
description Represents video teleconferencing device video quality data.
ms.localizationpriority medium
author dongkyun
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

teleconferenceDeviceVideoQuality resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents video teleconferencing device video quality data.

Properties

The teleconferenceDeviceVideoQuality resource inherits the properties from teleconferenceDeviceMediaQuality, and includes the following additional properties.

Property Type Description
averageInboundBitRate Double The average inbound stream video bit rate per second.
averageInboundFrameRate Double The average inbound stream video frame rate per second.
averageOutboundBitRate Double The average outbound stream video bit rate per second.
averageOutboundFrameRate Double The average outbound stream video frame rate per second.

Derived types

Type Description
teleconferenceDeviceScreenSharingQuality Video teleconferencing device screen-sharing quality data.

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
}