Microsoft Graph · Schema

audioCodec

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcallrecordsaudiocodec-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.callRecords.audioCodec",
  "title": "audioCodec",
  "enum": [
    "unknown",
    "invalid",
    "cn",
    "pcma",
    "pcmu",
    "amrWide",
    "g722",
    "g7221",
    "g7221c",
    "g729",
    "multiChannelAudio",
    "muchv2",
    "opus",
    "satin",
    "satinFullband",
    "rtAudio8",
    "rtAudio16",
    "silk",
    "silkNarrow",
    "silkWide",
    "siren",
    "xmsRta",
    "unknownFutureValue"
  ],
  "type": "string"
}