Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.83 KB

File metadata and controls

57 lines (44 loc) · 1.83 KB
title stopRecordingOperation resource type
ms.date 11/15/2024
description Describes the response format of a stop recording operation.
author calvintang
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType

stopRecordingOperation resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Describes the response format of a call stop recording operation.

Properties

Property Type Description
clientContext String Unique client context string. It can have a maximum of 256 characters.
status String The possible values are: notStarted, running, completed, failed. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.stopRecordingOperation",
  "clientContext": "String (identifier)",
  "status": "NotStarted | Running | Completed | Failed"
}