Type de ressource recordingInfo
Espace de noms: microsoft.graph
Représente les informations d’enregistrement d’un participant.
Propriétés
Propriété | Type | Description |
---|---|---|
initiator | identitySet | Identités de l’initiateur d’enregistrement. |
recordingStatus | Chaîne | Les valeurs possibles sont , unknown notRecording , recording ou failed . |
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"initiator": {"@odata.type": "#microsoft.graph.identitySet"},
"recordingStatus": "unknown | notRecording | recording | failed"
}