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

______________________________________________________________________________________________________ **SERVER** ______________________________________________________________________________________________________ **Describe the issue** SetingMediaPlatform settings on wndows 10 server throwing unhandled exception. See attached logs from Event Viewer, and snapshot. ![image](https://user-images.githubusercontent.com/16133869/66843840-00328100-ef76-11e9-98ae-57b493e5f71c.png) ![image 2](https://user-images.githubusercontent.com/16133869/66845328-82bc4000-ef78-11e9-9eb3-75508f559a73.PNG) **Code Snippet** ``` var...

**Describe the issue** In the [documentation - IVR scenarios](https://docs.microsoft.com/en-us/graph/api/resources/calls-api-ivr-overview?view=graph-rest-beta) , it says Playing an audio prompt - for example, when a call is placed in a customer service agent's queue....

**Describe the issue** Recently (around 2022-01-05) the json data we receive on our bot webhook has changed. A call flow such as: - pstn calls a teams user - teams...

I am currently getting the following error message from the GraphAPI: ``` Status Code: Forbidden Microsoft.Graph.Communications.Core.Exceptions.ServiceException: Code: UnknownError Message: {"errorCode":"7503","message":"Application is not registered in our store.","instanceAnnotations":[]} Scenario Id: 4e4815b3-05c7-4e08-a0a2-0c9064289a05 ```...

Bumps [Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.16.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

Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.16.0 to 6.34.0. Release notes Sourced from System.IdentityModel.Tokens.Jwt's releases. 6.33.0 Bug Fixes: Clean up log messages. See #2339 for details. Decouple JsonElements from JsonDocument, which causes issues...

dependencies

Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.16.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.16.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

Bumps [Microsoft.Rest.ClientRuntime](https://github.com/Azure/azure-sdk-for-net) from 2.3.23 to 2.3.24. Commits 0a3afc9 Clientruntime/sanitize request header (#28169) 8724e58 Minor fix to update comment for TokenCacheRefreshArgs.SuggestedCacheKey (#28128) 2decee4 performance patch of JsonConverterHelper.cs (#26448) 64b55ac [DataFactory]Added new...

dependencies

So I'm trying to create a STT solution that's part of a Teams Bot. The Bot takes part of the meeting and listens to participants' audio. The audio is set...