Skip to content

Commit 1a66495

Browse files
committed
scorecard: fix tone
1 parent 7cb82c3 commit 1a66495

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

concepts/callrecords-api-faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Your application needs the **CallRecords.Read.All** permission to access call re
1818

1919
## Can I use delegated permissions with the Graph Call Records API?
2020

21-
No, the Graph Call Records API does not support delegated permissions.
21+
No, the Graph Call Records API doesn't support delegated permissions.
2222

2323
## Why can't I use delegated permissions with the Graph Call Records API?
2424

25-
You can't use delegated permissions because there is no way to limit **CallRecords.Read.All** permission to specific calls or users, as the application permission is granted at the organization level, not the individual user level.
25+
You can't use delegated permissions because there's no way to limit **CallRecords.Read.All** permission to specific calls or users, as the application permission is granted at the organization level, not the individual user level.
2626

2727
## How do I request a call record using the Microsoft Graph Call Records API?
2828

@@ -35,7 +35,7 @@ You can find and collect call IDs using the following options:
3535
* **Subscribe to notifications**: Subscribe to [change notifications feed](changenotifications-for-callrecords.md) and receive notifications containing call IDs whenever a new call record is created.
3636
* **List call records**: Get a list of call IDs by requesting it from [List callRecords API](/graph/api/callrecords-cloudcommunications-list-callrecords).
3737
* **Manual search**: If you have access to [Call Analytics](/microsoftteams/use-call-analytics-to-troubleshoot-poor-call-quality) within the [Teams Admin Center](/microsoftteams/teams-overview) for Microsoft Teams, you can manually search for a call ID in a user’s history. However, there's no automated system available to retrieve all call IDs from Call Analytics.
38-
* **Use callChainId:**: Look up the call ID using the `callChainId` from the [Get call](/graph/api/resources/call) API after the call is completed. This approach works when the call is programmatically created and you are working with the [call resource type](/graph/api/resources/call). Also, the `callChainId` may differ from the call record ID in certain scenarios, such as transfer calls due to architecture specifics. Therefore, this method is less preferred compared to other options.
38+
* **Use callChainId:**: Look up the call ID using the `callChainId` from the [Get call](/graph/api/resources/call) API after the call is completed. This approach works when the call is programmatically created and you're working with the [call resource type](/graph/api/resources/call). Also, the `callChainId` may differ from the call record ID in certain scenarios, such as transfer calls due to architecture specifics. Therefore, this method is less preferred compared to other options.
3939

4040
## When is a call record available?
4141

0 commit comments

Comments
 (0)