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

**Describe the issue** Hi, I'm trying to create a Microsoft Teams Compliance Recording Bot for my organization with the purpose to record all incoming and outgoing calls. ![image](https://user-images.githubusercontent.com/121523971/225297257-b7bf9399-f120-4c7f-8f06-0ee938d2e0c3.png)

**Describe the issue** An application with a local media CommuncationsClient hangs on exit and never terminates. Only if forcing exit with Environment.Exit() enables application termination. The CommuncationsClient in application does...

I am developing a compliance recording. [https://learn.microsoft.com/en-us/microsoftteams/teams-recording-policy] I refer to PolicyRecordingBot from [https://github.com/microsoftgraph/microsoft-graph-comms-samples] and port it to Owin Self host. It works when calling the Bot's web hook from an...

Hi Guys, In current sample, PolicyRecordingBot is supposed to run on Azure cloud service and media data is supposed to be transferred directly to bot instance via public ip. **How...

Hi, I am trying to deploy Teams Recording Bot as a web application. While debugging the solution, I am seeing the below error. ![image](https://user-images.githubusercontent.com/41986303/190957967-329914b8-4e0c-41c9-bc5c-0de704c50b98.png) I am a python programmer, I...

**Describe the issue** Trying to run the deploy.ps1 script will failed with following error :08:08 PM - The deployment 'DEPLOYMENTNAME' failed with error(s). Showing 3 out of 4 error(s). Status...

Hi, I am looking for a solution to create Bot that will join PSTN calls and starts recording the call. The bot should also process the Media stream/call recording. I...

Deployment of Policy Bot sample is failing at Worker role throwing error: No such host is known Unhandled Exception: No such host is known at System.Net.Dns.GetAddrInfo(String name) at System.Net.Dns.InternalGetHostByName(String hostName,...

I would like to develop compliance recording bot on App service, do you have sample and instructions about it?

When handling new calls, occasionally we get this exception: The media platform is currently overloaded and cannot handle new calls. MP's overall health is overloaded. Using Microsoft.Skype.Bots.Media: 1.22.0.6-alpha What does...