| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Describes the response format of a call stop recording operation.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.stopRecordingOperation",
"clientContext": "String (identifier)",
"status": "NotStarted | Running | Completed | Failed"
}