In case of Compliance Recording, recording is stop not the active call

Dhiraj Jain 101 Reputation points
2021-09-27T09:06:06.083+00:00

I have tried to run the Delete API and have observed that if I run this API for compliance call then recording is stopped in background whereas call is still active. In such a case, if user run this API, he can stop the recording and can expose crucial information about company to customer by keeping the call active.
Can we handle the user in call and drop the recorded user from call?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,507 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,822 questions
{count} votes

Accepted answer
  1. Dhiraj Jain 101 Reputation points
    2021-10-07T08:52:24.173+00:00

    Hi Team,
    I tried following this steps https://learn.microsoft.com/en-us/powershell/module/skype/set-csteamscompliancerecordingapplication?view=skype-ps for my compliance recording policy and I found that the RequiredBeforeMeetingJoin, RequiredDuringMeeting, RequiredBeforeCallEstablishment & RequiredDuringCall Flag was set to FALSE.

    After setting these all Flags to TRUE, the call is getting dropped as expected for the Recorded User.


1 additional answer

Sort by: Most helpful
  1. Dhiraj Jain 101 Reputation points
    2021-09-30T08:03:46.887+00:00

    Hi Chetan,
    I'm following this doc https://learn.microsoft.com/en-us/graph/api/call-delete?view=graph-rest-1.0&tabs=http for my work.
    So the API does work where the call recording do stop but the actual call is still active.