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

Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.15.0 to 6.34.0. Release notes Sourced from System.IdentityModel.Tokens.Jwt's releases. 6.34.0 Security fixes See https://aka.ms/IdentityModel/Jan2024/zip and https://aka.ms/IdentityModel/Jan2024/jku for details. 6.33.0 Bug Fixes: Clean up log messages. See #2339...

dependencies

Bumps [Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.15.0 to 6.34.0. Release notes Sourced from Microsoft.IdentityModel.JsonWebTokens's releases. 6.34.0 Security fixes See https://aka.ms/IdentityModel/Jan2024/zip and https://aka.ms/IdentityModel/Jan2024/jku for details. 6.33.0 Bug Fixes: Clean up log messages. See #2339...

dependencies

The AksSamples/teams-recording-bot demo was working correctly, but now the Teams platform hangs up the call once it is answered and termination code is: "resultInfo": { "@odata.type": "#microsoft.graph.resultInfo", "code": 500, "subcode":...

## Issue While trying to upload AudioVideoPlayback to cloud services (extended support), I am encountering deployment errors. I assume it's to do with the DNS but can't figure out where...

When customer makes a call to Teams phone number, we want the call to be answered by MS teams Bot and play the prompt to customer. Secondly, we want to...

**Scenario:** ResourceAccount1 is created with appId of IVR Bot. ResourceAccount2 is created with appId of Media Bot. Call coming to PSTN number of ResourceAccount1 gets answered in IVR Bot and...

I am really new to bot framework, I am currently working on a bot that is supposed to receive incoming (peer-to-peer) calls from Microsoft Teams using [Graph Calling SDK] and...

**Describe the issue** I am unable to use Get-MgUserOnlineMeeting to pull a meeting ID older than 50 days. Ticket with microsoft support pointed me here., **Code Snippet** Get-MgUserOnlineMeeting -UserID $UserID...

**Describe the issue** Application crashes with access violation when calling `CreateMediaSession` on the CommunicationClient if being run as a windows service. I get the following logs in event viewer: ![image](https://github.com/microsoftgraph/microsoft-graph-comms-samples/assets/1509172/465d9dba-04a1-427a-8110-dcbf664878e3)...

May not really be an issue so please feel free to close this. I would really like to setup the bot to record teams meetings, etc. but the directions on...