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

With a policy applied to a user, if they join a meeting they see a banner: ``` Recording started. Policy applied to one or more participants requires this call to...

I read content of .264 file frame by frame and passed those frames to Microsoft teams meeting. I am able to see that video in the meeting but i am...

Hi, I wonder if Azure Kubernetes Service (AKS) can be considered as a proper way to host Microsoft Teams Policy Recording bot? Officially, the bot can be hosted within one...

**Describe the issue** The “CommunicationsClient” stops processing “InviteParticipantsOperation” on “OnNotificationProcessed” after 30 seconds. This is a problem for us because it can happen that an Invite to a Teams user...

When I run the following command to deploy the infrastructure I get multiple errors. Command: ``` .\deploy.ps1 -orgName TBA -Location uksouth -RunDeployment ``` Errors: ``` Container name 'aus1-avb-stageartifacts-' is invalid....

**Describe the issue** The 'PlayPromptOperation' generates the following error due to the 'callId' being null in Call object (args.ResourceData). `{"Code: UnknownError\r\nMessage: {\"message\":\"No HTTP resource was found that matches the request...

Hi is there a single license for tenant needed for this or do all users need to have a certain license?

## Issue Summary Trying to setup SF cluster for HueBot deployment but stuck on `New-AzServiceFabricCluster` command; the command is returning a NotFound error. ## Details I'm trying to follow the...

It appears that there can be multiple CsTeamsComplianceRecordingApplication's in one CsTeamsComplianceRecordingPolicy. I'm trying to understand: If there is more than one CsTeamsComplianceRecordingApplication in a policy, how is one chosen to...

Since I am using MS Graph calling APIs in my custom application to handle the call flow with my custom business logic. A scenario as an example: When a call...