Skip to content

Commit cb60db7

Browse files
Merge pull request #258930 from chriswhilar/patch-85
Update manage-calls-web.md
2 parents a82de30 + 5d62ac3 commit cb60db7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +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.*
275276
276277
## Check call properties
277278
@@ -287,6 +288,7 @@ Get the local participant Id:
287288
```js
288289
const participantId: string = call.info.participantId;
289290
```
291+
*Note: An ACS identity can use the web calling sdk in many endpoints, and each endpoint will have its own unique `participantId`. `participantId` is different from the ACS identity raw Id.*
290292
291293
Retrieve the thread ID if joining a Teams meeting:
292294
> [!NOTE]

0 commit comments

Comments
 (0)