Microsoft Graph · Schema

callMediaState

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
audio object The audio media state. The possible values are: active, inactive, unknownFutureValue.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcallmediastate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.callMediaState",
  "title": "callMediaState",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "audio": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.mediaState"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "The audio media state. The possible values are: active, inactive, unknownFutureValue."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}