-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi,
I successfully started to bot in Azure, initiate a call between two users on my machine (myself and other user that has recording policy assigned) and saw logs coming in, but there was no WAV file(s) stored in a Kube pod. All of this is explained at this issue #63, and as @1fabi0 stated code is not very applicable for production, so I decided to try to debug it on my local machine in order to see what is happening.
I used ngrok custom domain with certificate that I provided (and is now on my machine too). Also, I set TCP port, updated .env file, updated bot webhook URL in Azure and did everything stated in provided documentation.
So far, I managed to start bot locally without any exception, but when I try to initiate call between same two users mentioned above, call fails.
I am trying to figure out if there is anything that I missed and how to debug this locally (without Docker) so any help on this will be much appreciated.