I tried called playAudioAsync through the ServerCall and the CallConnection and its not working.
I have encoded a wav file and made it available as a static file through my asp.net core project and ngrok'd so my static assets are publicly available.
I can play the file if I use the link directly in the browser however it doesn't work with playAudioAsync using the calling automation APIs. What else do I need to do?
Is there any sample wav urls that I can test with?