Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 2.35 KB

File metadata and controls

61 lines (47 loc) · 2.35 KB
title unmuteParticipantOperation resource type
description Describes the response format of a call participant unmute operation.
author ananmishr
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

unmuteParticipantOperation resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Describes the response format of a call participant unmute operation.

Properties

Property Type Description
clientContext String Unique client context string. Can have a maximum of 256 characters.
id String The server operation ID. Read-only.
resultInfo resultInfo The result information. Read-only.
status String The possible values are: notStarted, running, completed, failed. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "clientContext": "String",
  "id": "String (identifier)",
  "resultInfo": {"@odata.type": "#microsoft.graph.resultInfo"},
  "status": "notStarted | running | completed | failed"
}