microsoftgraph / microsoftgraph/microsoft-graph-comms-samples
Running teams-recording-bot sample is not running server on localhost
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 253
- Forks
- 275
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 1
Description
Running teams-recording-bot from Visual Studio is not running server on localhost.
Navigating to https://127.0.0.1:9441/ is returning blank page (HTTP 503).
I've set up the port in the .env file:
AzureSettings__CallSignalingPort=9441
The output says that the server is running:

Running GET/POST to https://127.0.0.1:9441/ returns nothing.
I've configured and ran Ngrok as well, but I guess that is beside the issue, since I can't reach the local server firstly.
Also, calling POST to /joinCall is not stopping if I put a breakpoint at the JoinCallAsync function in JoinCallController.cs.
Also, Is there another way to debug the API calls?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the teams-recording-bot sample and its JoinCallController.cs entry point, then reproduce the Visual Studio run against https://127.0.0.1:9441/ using the stated AzureSettings__CallSignalingPort setting. Check why the reported server output does not make the root endpoint or /joinCall reachable and why JoinCallAsync is not hit. Done means the local API responds and the documented debugging path is clear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100