Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.8 KB

File metadata and controls

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

startRecordingOperation resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Describes the response format of a call start 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.startRecordingOperation",
  "clientContext": "String (identifier)",
  "status": "NotStarted | Running | Completed | Failed"
}