Skip to content

Commit 547ca48

Browse files
authored
Merge pull request #98045 from JoshWhiteTTD/patch-1
Update user-facing-diagnostics.md
2 parents 6f6ba1a + 797ae4b commit 547ca48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/concepts/voice-video-calling/user-facing-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ When working with calls in Azure Communication Services, problems may arise that
2424
User-facing diagnostics is an extended feature of the core `Call` API and allows you to diagnose an active call.
2525

2626
```js
27-
const userFacingDiagnostics = call.api(Features.UserFacingDiagnostics);
27+
const userFacingDiagnostics = call.feature(Features.UserFacingDiagnostics);
2828
```
2929

3030
## Diagnostic values

0 commit comments

Comments
 (0)