| title | callRecordingEventMessageDetail resource type |
|---|---|
| description | Represents the details of an event message about call recording. |
| author | RamjotSingh |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the details of an event message about call recording. This message is generated when a call recording starts.
Inherits from eventMessageDetail.
| Property | Type | Description |
|---|---|---|
| callId | String | Unique identifier of the call. |
| callRecordingDisplayName | String | Display name for the call recording. |
| callRecordingDuration | Duration | Duration of the call recording. |
| callRecordingStatus | callRecordingStatus | Status of the call recording. The possible values are: success, failure, initial, chunkFinished, unknownFutureValue. |
| callRecordingUrl | String | Call recording URL. |
| initiator | identitySet | Initiator of the event. |
| meetingOrganizer | identitySet | Organizer of the meeting. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.callRecordingEventMessageDetail",
"callId": "String",
"callRecordingDisplayName": "String",
"callRecordingUrl": "String",
"callRecordingDuration": "String (duration)",
"callRecordingStatus": "String",
"meetingOrganizer": {
"@odata.type": "microsoft.graph.identitySet"
},
"initiator": {
"@odata.type": "microsoft.graph.identitySet"
}
}- Example response for an event message about call recording
- For more information about other types of events, see System messages.