Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.23 KB

File metadata and controls

53 lines (43 loc) · 1.23 KB
title description author ms.localizationpriority ms.subservice doc_type
recordingInfo resource type
Represents recording information for a participant.
ananmishr
medium
cloud-communications
resourcePageType

recordingInfo resource type

Namespace: microsoft.graph

Represents recording information for a participant.

Properties

Property Type Description
initiator identitySet The identities of the recording initiator.
recordingStatus String Possible values are: unknown, notRecording, recording, or failed.

JSON representation

The following is a JSON representation of the resource.

{
  "initiator": {"@odata.type": "#microsoft.graph.identitySet"},
  "recordingStatus": "unknown | notRecording | recording | failed"
}