microsoft-graph-comms-samples
microsoft-graph-comms-samples copied to clipboard
Microsoft Graph Communications Samples
Closes #673 There are some todo items left in the docs department, but we are currently working on those. I'm hoping the rest of the code / workflows could be...
I want to deploy `PublicSamples/EchoBot` exactly as per the `README.md`: https://github.com/microsoftgraph/microsoft-graph-comms-samples/blob/master/Samples/PublicSamples/EchoBot/README.md However, when the deployment code attempts to execute the following: https://github.com/microsoftgraph/microsoft-graph-comms-samples/blob/master/Samples/PublicSamples/EchoBot/ADF/ext-DSC/DSC-BotServers.ps1#L805-L806 that is ```bash Import-Module $psscriptroot\..\..\bin\DscExtensionHandlerSettingManager.psm1 $ConfigurationArguments = Get-DscExtensionHandlerSettings...
**Describe the issue** There is an intermittent issue observed where the Graph SDK returns null participants when the PSI bot joins a call with one or any x number of...
Hello, trying to get my bot into a meeting. I get all status working just fine, when it comes to actually join, it fails. It goes from state "Establishing" to...
Hi, I'm trying to register/develop a bot, getting incoming calls notifications and answer/transfer them. My code is based on the IncidentBot . I've registered the bot in Azure with the...
**Issue** When we are trying to deploy the recording bot using docker in window 2022 node pool, with dotnet version 4.8 we are facing the below error. **Code Snippet** Initialise...
- [x] Update chart yamls to support currently GA supported k8s version - [x] Update usage of dependency charts, like ingress-nginx and cert-manager - [x] Update Dockerfile to using Windows...
I have completed all the steps of the sample, but did not use Azure cloud services. I ran PolicyRecordBot on Azure virtual machine through visual studio and used nginx for...
We aim to initiate calls to external users using the Microsoft Graph Call API under the following scenarios: Scenario 1: When we know their email address and are aware they...
Hi, I want to get all the participants of the meeting that the bot is in. But this line of code which is already present in MediaFrameSourceComponent.cs in Received() method....