microsoft-graph-comms-samples
microsoft-graph-comms-samples copied to clipboard
IVR scenarios
Describe the issue In the documentation - IVR scenarios , it says Playing an audio prompt - for example, when a call is placed in a customer service agent's queue. Record - for example, to record the caller's audio, usually after they heard a prompt with options. How can I implement that? any sample? I would need the callId (resourceId) , how can I get it? What kind of application should I develop in order to get the callId of the current call of any user in the queue?
Heres a sample that implements a simple IVR scenario: https://github.com/microsoftgraph/microsoft-graph-comms-samples/tree/master/Samples/V1.0Samples/StatelessSamples/SimpleIvrBot