microsoftgraph / microsoft-graph-comms-samples

Microsoft Graph Communications Samples
MIT License
211 stars 236 forks source link

Echo bot is not joining the call #770

Open recser opened 1 month ago

recser commented 1 month ago

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):

Call ID Call ID is private

Logs PXL_20241008_175054404~2 Attached an image of the errors received

InDieTasten commented 1 month ago

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 commented 1 month ago

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