-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TeamsRecordingBot debug on local machine is not working #64
Comments
We have not provided an updated documentation for using ngrok yet, but from what you described you did everything right so far. But you also have to take care of the pulbic domain and port for call updates. In an aks setup it uses nginx to route the calls and call updates to the desired pods, to configure this checkout where you're |
Thank you very much for the update. We have the service as And in regard to the local development ... are there more complete or up-to-date tutorials somewhere we can check on? |
Regarding the Wav File see #63, but you can check if you receive http requests when doing actions like unmuing and muting, if you are using ngrok you can use ngrok to monitor incoming requests. if you dont receive request the CallControlBaseUrl migth be misconfigured and yes a wrong CallControlBaseUrl can cause this kind of issues without any exceptions. |
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.
The text was updated successfully, but these errors were encountered: