Microsoft Graph · Schema

videoCodec

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcallrecordsvideocodec-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.callRecords.videoCodec",
  "title": "videoCodec",
  "enum": [
    "unknown",
    "invalid",
    "av1",
    "h263",
    "h264",
    "h264s",
    "h264uc",
    "h265",
    "rtvc1",
    "rtVideo",
    "xrtvc1",
    "unknownFutureValue"
  ],
  "type": "string"
}