| title | recordingInfo resource type |
|---|---|
| description | 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
[!INCLUDE beta-disclaimer]
Recording information for a participant.
| Property | Type | Description |
|---|---|---|
| initiatedBy | participantInfo | The participant who initiated the recording. |
| recordingStatus | String | The possible values are: unknown, notRecording, recording, or failed. |
| initiator | identitySet | The identities of recording initiator. |
None.
The following JSON representation shows the resource type.
{
"initiatedBy": {"@odata.type": "#microsoft.graph.participantInfo"},
"recordingStatus": "unknown | notRecording | recording | failed",
"initiator": {"@odata.type": "#microsoft.graph.initiator"}
}