| title | recordingInfo resource type |
|---|---|
| description | Represents recording information for a participant. |
| author | ananmishr |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents recording information for a participant.
| Property | Type | Description |
|---|---|---|
| initiator | identitySet | The identities of the recording initiator. |
| recordingStatus | String | The possible values are: unknown, notRecording, recording, or failed. |
The following JSON representation shows the resource type.
{
"initiator": {"@odata.type": "#microsoft.graph.identitySet"},
"recordingStatus": "unknown | notRecording | recording | failed"
}