Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 392 Bytes

File metadata and controls

26 lines (22 loc) · 392 Bytes
description Automatically generated file. DO NOT MODIFY
mgc communications calls answer post --call-id {call-id} --body '{
\
  "callbackUri": "https://bot.contoso.com/api/calls",
\
  "acceptedModalities": [ "audio" ],
\
  "mediaConfig": {
\
    "@odata.type": "#microsoft.graph.appHostedMediaConfig",
\
    "blob": "<Media Session Configuration Blob>"
\
  }
\
}
\
'