Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 664 Bytes

call-recordresponse-powershell-snippets.md

File metadata and controls

34 lines (29 loc) · 664 Bytes
description
Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.CloudCommunications $params=@{ bargeInAllowed=$trueclientContext="d45324c1-fcb5-430a-902c-f20af696537c"prompts=@( @{ "@odata.type"="#microsoft.graph.mediaPrompt"mediaInfo=@{ uri="https://cdn.contoso.com/beep.wav"resourceId="1D6DE2D4-CD51-4309-8DAA-70768651088E" } } ) maxRecordDurationInSeconds=10initialSilenceTimeoutInSeconds=5maxSilenceTimeoutInSeconds=2playBeep=$truestopTones=@( "#""1""*" ) } Invoke-MgRecordCommunicationCallResponse-CallId $callId-BodyParameter $params
close