microsoft-graph-comms-samples
microsoft-graph-comms-samples copied to clipboard
Microsoft Graph Communications Samples
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...
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...
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...
ICommunicationsClient.CreateMediaSession causing Access Violation when running as a Windows Service
**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: ...
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...