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

While running the Echo Bot locally I am getting below error: [SkypeBotsMediaPlatform][AppId:f05ea5ce-52a9-4efb-9dd4-e99a715c9570][KHADEERKI] MediaPerf is not registered: no key found at SYSTEM\CurrentControlSet\Services\MediaPerf\Performance I have used the code which is given in...

Getting below error during the deployment ![image (4)](https://github.com/microsoftgraph/microsoft-graph-comms-samples/assets/171905835/85ebb504-c287-4fc2-995f-fbcd86e97869) When I tried to update the quota we are getting below error ![image (5)](https://github.com/microsoftgraph/microsoft-graph-comms-samples/assets/171905835/33726cb0-243f-4c3e-9c1e-42835f5e5a00) ![image (6)](https://github.com/microsoftgraph/microsoft-graph-comms-samples/assets/171905835/2e6cfc88-33b8-41fd-8ea3-6a1f625d53d1) How do I change the limit...

My bot in a call has 'Unverified' tag appears in its name. According to this doc, it seems the bot needs to be associated with an actual email: https://learn.microsoft.com/en-us/answers/questions/1613892/new-teams-unverified-users Is...

Starting with the MicrosoftTeams powershell module version 6.1.0 the example Set-CsTeamsComplianceRecordingPolicy from the PolicyRecordingBot sample no longer functions. The command: Set-CsTeamsComplianceRecordingPolicy -Identity -ComplianceRecordingApplications ` @(New-CsTeamsComplianceRecordingApplication -Parent -Id ) executes in...

We have policy recording bot handles Group call / meeting mode with participantcapacity ( ex 100) . after migration policy recoding bot solution to .net 8, we receives Call.ParticipantJoiningHandler event...

When using PolicyRecordingBot, a call to the bot is established and recording starts correctly, but halfway the call, we receive an event that the call is deleted, and recording stops....

I have been trying to create an audio live call peer to peer from bot to participant so I assumes this must be application hosted media type. However I do...

**Describe the issue** Unable to deploy PolicyRecordingBot. **Code Snippet** **Expected behavior** Deploy PolicyRecordingBot to Cloud Services (extended support) **Graph SDK (please complete the following information):** **Call ID** Provide the list...

https://github.com/microsoftgraph/microsoft-graph-comms-samples/tree/master/Samples/V1.0Samples/LocalMediaSamples/PolicyRecordingBot I followed all steps on this deployment, however the exception is occurring during startup: Unhandled Exception: Invalid URI: The hostname could not be parsed. at System.Uri.CreateThis(String uri, Boolean dontEscape,...