microsoft-graph-comms-samples icon indicating copy to clipboard operation
microsoft-graph-comms-samples copied to clipboard

Echo bot is not joining the call

Open recser opened this issue 1 year ago • 3 comments

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 PXL_20241008_175054404~2 Attached an image of the errors received

recser avatar Oct 08 '24 19:10 recser

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.

InDieTasten avatar Oct 13 '24 11:10 InDieTasten

That's why either you need ngrok pro, or you need to expose your host to the internet with port fowardings / NAT rules.

InDieTasten avatar Oct 13 '24 11:10 InDieTasten

@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.

wo-yashsinghvi avatar Apr 09 '25 18:04 wo-yashsinghvi