-
Notifications
You must be signed in to change notification settings - Fork 783
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
Recording Bot unable to join the meeting #1266
Comments
Hi @pavankalyan066 - Thanks for raising the query. |
Hi @pavankalyan066, Update ngrok for TCP Tunnels:
Replace port numbers and protocols as needed. Follow these steps to resolve the bot’s meeting join issues. For detailed setup and troubleshooting, refer to the Microsoft Teams documentation https://learn.microsoft.com/en-us/microsoftteams/platform/bots/calls-and-meetings/calls-meetings-bots-overview. |
Hi @Dinesh-MSFT, I have verified the ngrok for TCP Tunnels, Bot Configuration in Teams, ngrok domain URL is correctly set in the Teams calling channels and 200 response from bot’s join call API endpoint, Bot Endpoint in updated in App Manifest. The domain which is configured in the ngrok, does it require wild card certificate or not, because in the past, we had a domain with wild card certificate and installed the in system for the local debugging which was working fine. Something is blocking Bot from joining the meeting, Not able to figure it out. Any help would be great. |
Hi @Dinesh-MSFT, Any update related to the issue. Any other way to debug in local, Thank you. |
Hello @pavankalyan066 - I hope you're doing well. |
Overview:
I have created a Teams application where it uses Bot service, get the audio of participants and transcribe it.
Issue:
Trying to debug the application in local, but Bot is unable to join the call that uses ngrok domain to tunnel the request to local machine and join call API is response is 200
The same domain URL is being configured in the Teams calling channels of the Bot.
Tested it using old, new and web based Teams clients. but same issue. exists.
Sample Curl Request:
curl --location 'https://{domainname}.ngrok.io/joinCall/' \ --header 'Content-Type: application/json' \ --data-raw '{"JoinURL":{teams meeting URL}'
Sample Response:
Unable to understand where does the error occurs, Could some one help me to fix it so that Bot joins the meeting.
The text was updated successfully, but these errors were encountered: