Forum Discussion
denis695
Jul 26, 2024Copper Contributor
Access Teams Phone Call Recordings via API
Hey, guys. I might need some help here because I'm just getting familiarized with the Teams API. In our application, we allow Microsoft Admin user to grant an Admin Consent to their tenant, so we c...
denis695
Aug 04, 2024Copper Contributor
Ok, I figured that for online meetings, in order to use application permissions, I had to add application access policy and grant it to the tenant in addition.
New-CsApplicationAccessPolicy -Identity CallRecordingsAccess-policy -AppIds "xxx" -Description "Access for call recordings and transcripts"
Grant-CsApplicationAccessPolicy -PolicyName CallRecordingsAccess-policy -Global
But I cannot see a way to get recordings and transcription for PSTN calls. It is possible to record and transcribe such calls via Teams app, but how can I get call artifacts via API?
- warrenCommVisionOct 23, 2024Copper Contributor
denis695 Have you been able to find a method to recover Call Recordings for PSTN Calls via the API or Subscriptions?