LM-Development / aks-sample

Community project providing an undeprecated Microsoft Teams bot sample that runs on Azure Kubernetes Service
https://github.com/LM-Development/aks-sample/tree/main/Samples/PublicSamples/RecordingBot
MIT License
1 stars 0 forks source link

RecordingBot - Neither WAV or ZIP file(s) can be found after call ended #63

Closed mjoksa closed 2 weeks ago

mjoksa commented 2 weeks ago

I have closely followed instruction on how to get RecordingBot up and running in AKS. There were some issues with certificate manager, but my DevOps friend resolved those for me and now I have this bot up and running in AKS. I used two MS Teams users to verify that recording is started and also checked pod logs and found many statements like Received Audio: .... Issue I have is that, when call is ended, I cannot find neither WAV nor ZIP file created in the pod. Also, there is no Recording saved to log statements anywhere. Any help will be much appreciated.

1fabi0 commented 2 weeks ago

The Code in the sample is not very applyable for production use case for recording and should be completely remade for a proper recording and uploading after recording. Anyway the audio should be found under %temp%\teams-recording-bot\archive\{guid}\{guid}.zip, locally on the pod. But as this sample part is not tested well it might happen that audio data is not always saved.

mjoksa commented 2 weeks ago

Thank you very much for a quick response.

But as this sample part is not tested well it might happen that audio data is not always saved.

This is what is probably happening to me :) You can close the issue now.