microsoft-graph-comms-samples icon indicating copy to clipboard operation
microsoft-graph-comms-samples copied to clipboard

Compliance Recording Bot not working, Smaple.Common Project missing

Open McElieDev opened this issue 2 years ago • 5 comments

Describe the issue Hi, I'm trying to create a Microsoft Teams Compliance Recording Bot for my organization with the purpose to record all incoming and outgoing calls.

image

McElieDev avatar Mar 15 '23 11:03 McElieDev

It's located at a bit different path try navigate in the full repos maybe you deleted it accidentally

1fabi0 avatar Apr 18 '23 16:04 1fabi0

Hi Fabian,

No I didn’t delete it by mistake, It just not there. This is important, please assist

On Tue, 18 Apr 2023 at 6:25 PM Fabian @.***> wrote:

It's located at a bit different path try navigate in the full repos https://github.com/microsoftgraph/microsoft-graph-comms-samples/tree/master/Samples/Common/Sample.Common maybe you deleted it accidentally

— Reply to this email directly, view it on GitHub https://github.com/microsoftgraph/microsoft-graph-comms-samples/issues/631#issuecomment-1513462511, or unsubscribe https://github.com/notifications/unsubscribe-auth/A47E6AZLRUPIS2ZZP2BX7TLXB2567ANCNFSM6AAAAAAV3VWGBU . You are receiving this because you authored the thread.Message ID: @.*** .com>

McElieDev avatar Apr 20 '23 12:04 McElieDev

Then make sure to either change the location in the .sln-File and in the .csproj files that are using the sample to the actual path or copy the Sample.Common project to the path it is expected, if you cloned this repos the Sample.Common Project was downloaded too, maybe it's not on the path where you expect it to be.

1fabi0 avatar Apr 20 '23 13:04 1fabi0

I have located the sample.common.csproj [image: image.png]

Now when you open the .csproj file, the ComplianceRecordingBot.csproj is missing [image: image.png]

I'm still looking for it.

But meanwhile, do you have any knowledge about Compliance Recording Bot? I have a project that is focused on that but all the debugging just fails and NO calls are recorded.

Please let me know if you have any knowledge of that, I will really appreciate it if you have help from anybody.

regards,

On Thu, 20 Apr 2023 at 3:10 PM Fabian @.***> wrote:

Then make sure to either change the location in the .sln-File and in the .csproj files that are using the sample to the actual path or copy the Sample.Common project to the path it is expected, if you cloned this repos the Sample.Common Project was downloaded too, maybe it's not on the path where you expect it to be.

— Reply to this email directly, view it on GitHub https://github.com/microsoftgraph/microsoft-graph-comms-samples/issues/631#issuecomment-1516301792, or unsubscribe https://github.com/notifications/unsubscribe-auth/A47E6AZ4ATB2CTON2YBHCQTXCEYTVANCNFSM6AAAAAAV3VWGBU . You are receiving this because you authored the thread.Message ID: @.*** .com>

McElieDev avatar Apr 20 '23 14:04 McElieDev

What worked for me is running the command:

dotnet restore .\PolicyRecordingBot.sln

in the nuget package terminal. You may want to change the relative path

mchatzinikolaouRTEL avatar May 26 '23 08:05 mchatzinikolaouRTEL