Skip to content
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

Echo bot is not joining the call #770

Open
recser opened this issue Oct 8, 2024 · 2 comments
Open

Echo bot is not joining the call #770

recser opened this issue Oct 8, 2024 · 2 comments

Comments

@recser
Copy link

recser commented Oct 8, 2024

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

@InDieTasten
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants