Can we play the prompt to customer and record all conversations between customer, bot and agent at the same time in MS Teams?
When customer makes a call to Teams phone number, we want the call to be answered by MS teams Bot and play the prompt to customer. Secondly, we want to make invite to some MS Teams participant. At the same time, we want to record all the audio between customer, bot and participant.
As per MS documentation, play prompt API works with service hosted media bot only(like IVR Bot), not with Application hosted media(like Teams Recording Bot) which does the real time audio streams recording.
In my use case, I need both Play prompt APIs (Service hosted Media) and Teams Recording Bot to record the conversation in real time (Application hosted media).
Can anyone please suggest me a solution for this? Any help or feedback would be appreciated.