Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.26 KB

File metadata and controls

55 lines (41 loc) · 1.26 KB
title callMediaState resource type
description Represents the media state for a call.
author ananmishr
ms.subservice cloud-communications
ms.localizationpriority medium
doc_type resourcePageType
ms.date 07/22/2024

callMediaState resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the media state for a call.

Properties

Property Type Description
audio mediaState The audio media state. The possible values are: active, inactive, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "audio": "active | inactive",
}