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"
}