Skip to content

Commit 06de7fb

Browse files
authored
Update troubleshooting-info.md
1 parent 752631c commit 06de7fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/communication-services/concepts/troubleshooting-info.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,10 @@ In addition to one of these IDs, you need to provide details about the failing u
113113

114114
## Access your client call ID
115115

116-
When you troubleshoot voice or video calls, you might need to provide a `call ID`. Access this value via the `id` property of the `call` object.
116+
When you troubleshoot voice or video calls, you might need to provide a `call ID`. Access this value via the `id` property of the `call` object.
117+
118+
> [!IMPORTANT]
119+
> A `call ID` is unique and identifies a specific call, the `call ID` is the same for all the participants of that call. The `call ID` initial value is set by the local client and later it may change after the local client connects to a call that is already ongoing. If the local client was first to initiate the call then the `call ID` it created will become the `call ID` that the server and other call participants will use going forward in the call.
117120
118121
# [JavaScript](#tab/javascript)
119122
```javascript

0 commit comments

Comments
 (0)