microsoft-graph-comms-samples
microsoft-graph-comms-samples copied to clipboard
Microsoft Graph Communications Samples
We trying to run (locally) the EchoBot example (GitHub: microsoftgraph/microsoft-graph-comms-samples/Samples/PublicSamples/EchoBot/). Our prerequisites: - Windows 10; - Visual Studio 2022 Community; - .NET version 4.7.1. - Ngrok free version 1. When...
Is there a way for the bot to send and receive messages in the chat window within a Teams meeting while it has joined the meeting?
**Describe the issue** I setup Azure cloud and everything works fine I make a POST request to make bot join a meeting. `curl -X POST --insecure -H "Content-Type: application/json" -d...
I get the above issue when deploying to azure, locally everything runs ok.
I want to identify when the bot joins a call or online meeting, to add tags for reach recording. Is it possible to know when it is a call or...
Using PolicyRecordingBot, when upgrading Microsoft.Graph.Communications.* from (12.0.7270) to latest (1.2.0.10563), some adjustment in code are needed, but when that is done, there is an exception during startup. It seems to...
**Describe the issue** There is an incoming call handled by bot, accepted. Then bot calls a user of the same tenant, if the user picks up the call (Lets call...
**Describe the issue** Could we run the bot locally on MacOS?
I'm having 500 Internal Server Error when I invite the bot to my teams meeting. The bot didn't cause any error when I deploy it on Azure by Action. I...
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.4 to 8.0.5. Release notes Sourced from System.Text.Json's releases. .NET 8.0.5 Release What's Changed [release/8.0-staging] Fix AsyncVoidMethodBuilder race condition around SynchronizationContext by @github-actions in dotnet/runtime#99640 [release/8.0-staging] Always...