Skip to content

Commit 8c4cf8d

Browse files
author
Kevin Le Goff
committed
Fix id -> ID
1 parent 59c56ea commit 8c4cf8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/how-tos/calling-sdk/includes/manage-calls/manage-calls-web.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ const state = remoteParticipant.state;
272272
```js
273273
const endpointDetails: EndpointDetails[] = remoteParticipant.endpointDetails;
274274
```
275-
*Note: A remote participant could be in the call from many endpoints, and each endpoint will have its own unique `participantId`. `participantId` is different from the RemoteParticipant.identifier's raw Id.*
275+
*Note: A remote participant could be in the call from many endpoints, and each endpoint will have its own unique `participantId`. `participantId` is different from the RemoteParticipant.identifier's raw ID.*
276276
277277
## Check call properties
278278
@@ -281,7 +281,7 @@ Get the unique ID (string) for a call:
281281
const callId: string = call.id;
282282
```
283283
284-
Get the local participant Id:
284+
Get the local participant ID:
285285
```js
286286
const participantId: string = call.info.participantId;
287287
```

0 commit comments

Comments
 (0)