Skip to content

Commit 1219c16

Browse files
authored
Update concepts/callrecords-api-faq.md
1 parent b92bbf9 commit 1219c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/callrecords-api-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ You can use the following three methods to list all attending call participants:
8181

8282
To see all participants, implement a custom solution to build the participants list from the call records data:
8383

84-
1. Call the [Get callRecord](/graph/api/callrecords-callrecord-get) API and expand the sessions property: `GET /communications/callRecords/{id}?$expand=sessions`.
84+
1. Call the [Get callRecord](/graph/api/callrecords-callrecord-get) API and expand the `sessions` property: `GET /communications/callRecords/{id}?$expand=sessions`.
8585
2. For peer-to-peer (P2P) calls, read both the `caller` and `callee` properties from each `session` in the received `sessions` list. For meeting calls, read only the `caller` property.
8686
3. Build your custom participants list based on the `caller` endpoint [identity](/graph/api/resources/identity). For P2P calls, also include the `callee` endpoint [identity](/graph/api/resources/identity). Collect the `id`, `displayName`, and other properties you require for each participant.
8787

0 commit comments

Comments
 (0)