microsoft-graph-comms-samples icon indicating copy to clipboard operation
microsoft-graph-comms-samples copied to clipboard

Microsoft Graph Communications Samples

Results 193 microsoft-graph-comms-samples issues
Sort by recently updated
recently updated
newest added

# Problem set As of right now, the samples only include deployment settings and implementations, that would require downtime for scaling in or out. Furthermore, no matter the durability or...

**Describe the issue** When inviting the bot to a Teams call we receive a HTTP 500 error and the bot never joins the call. **Code Snippet** ``` var statefulCall =...

**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...

Hello! I have this error, and I can't figure out why it happened. This occurred with the current clean version and with another version that I already have deployed. ![image](https://github.com/user-attachments/assets/51b180ec-1b00-4a4e-bf29-8e53e09183af)...

**Describe the issue** When i run this ".\deploy.ps1 -orgName vm2 -Location centralus -RunDeployment" command created all resources but not ablet to install Microsoft Powershell DSC extention & Code deployment issue....

When i deployed this scripts facing below error. ![Image](https://github.com/user-attachments/assets/5a0a74bd-3429-4608-ae59-304d97de41f5) VM has reported a failure when processing extension 'Microsoft.Powershell.DSC' (publisher 'Microsoft.Powershell' and type 'DSC'). Error message: 'DSC Configuration 'BotServers' completed with...

Hi, I have a question — wondering if anyone has encountered a similar issue: When a participant’s state changes (e.g., camera on/off, mic on/off), Teams sends an event to the...

I am trying to bring up echobot in windows vm with .net9. After several days and hrs, I end up giving up. Is there a codebase thats works on .net...

**Describe the issue** The Media Platform fails to initialize, causing the entire application to halt. **Code Snippet** ```csharp /* Build client */ var builder = new CommunicationsClientBuilder(_appOptions.Value.Name, _appOptions.Value.Id, _graphLogger); builder.SetAuthenticationProvider(_authProvider);...

MS Teams has a new short URL, for example: https://teams.microsoft.com/meet/2414128301281?p=NzhDLMLT8b07DrkwkE Is there some way to get the information necessary to get a teams bot to connect to the call with...