Echo bot is not joining the call
Describe the issue Echo bot is not joining the call, however the API returns 200 OK. In the attached image I found the Could not verify connectivity to the bots media platform instance.
Code Snippet Code from the sample
Expected behavior Echo bot should join the teams call
Graph SDK (please complete the following information):
- Version latest
Call ID Call ID is private
Logs
Attached an image of the errors received
You will need to make sure your bot process is able to bind to a service port and communicate how that port can be reached from the public internet. If you've got any Firewalls / NAT's in the way, they need to be configured to pass traffic towards the process your bot runs on.
That's why either you need ngrok pro, or you need to expose your host to the internet with port fowardings / NAT rules.
@recser Is the issue resolved? If yes, could you please let me know how you fixed it? I'm facing a similar issue and would really appreciate your help.