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

Hi, I have used below repository code to setup Compliance Recording Bot and running locally. Its endpoints are exposed publicly and are accessible over the internet. https://github.com/microsoftgraph/microsoft-graph-comms-samples/tree/master/Samples/V1.0Samples/LocalMediaSamples/PolicyRecordingBot **Endpoints:** https://{domain}/logs https://{domain}/api/calling/...

To implement [PolicyRecordingBot](https://github.com/microsoftgraph/microsoft-graph-comms-samples/tree/master/Samples/V1.0Samples/LocalMediaSamples/PolicyRecordingBot), I am using the [README.md](https://github.com/microsoftgraph/microsoft-graph-comms-samples/blob/master/Samples/V1.0Samples/LocalMediaSamples/PolicyRecordingBot/README.md) page as a reference. However, when I run the command `New-CsOnlineApplicationInstance -UserPrincipalName -DisplayName -ApplicationId ` I get the error `New-CsOnlineApplicationInstance: Access Denied.`...

**Describe the issue** We have developed an application that invites Recording Bot to join the active Teams meeting. Basically It updates the context of Bot with activate participants of the...

**Describe the issue** When inviting a user to an already established call, I do not receive respected event when he/she rejects the call, despite that I see it in logs....

PolicyBotRecordingBot.sln solution Issue Microsoft.Graph.Core assembly v 2.0.13 not found when the PolicyBotRecording Project set as startup and run from visual studio. ![Image](https://github.com/user-attachments/assets/80621f43-7de6-4987-90d4-306861267dfd)

i was getting below error on echobot sample after making changes in nugetpackages in microsoft.skype.bot.media and microsoft.graph.communication.calls.media, now previous error is gone but new error came any help would be...

Our policy recording bot is removed from a call halfway during a call. We would like it to remain in the call until the end. Currently using library version 1.2.0.7270....

We have built a multi-tenant solution using the Media platform that handles roughly 10000 calls per day with audio and H.264 video. We are very pleased by the stability of...

Hi, I wanted to know how I can run the echobot v2 locally, as there used to be a local configuration file where I could add keys and test quickly,...

I'm working on application-hosted media bot and getting the following exception while testing locally on Windows 11: _Unable to load DLL 'NativeMedia' or one of its dependencies._ This exception occurs...