Skip to content

Commit 1a2f139

Browse files
sloanstervac0224
andauthored
Update articles/communication-services/concepts/voice-video-calling/includes/user-facing-diagnostics-web.md
Co-authored-by: Victor Chapel <[email protected]>
1 parent 8cc50cb commit 1a2f139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const userFacingDiagnostics = call.feature(Features.UserFacingDiagnostics);
8989
```js
9090
/**
9191
* Each diagnostic has the following data:
92-
* - diagnostic is the type of diagnostic, for example NetworkSendQuality, DeviceSpeakWhileMuted, etc...
92+
* - diagnostic is the type of diagnostic, for example NetworkSendQuality, DeviceSpeakWhileMuted, and so on.
9393
* - value is DiagnosticQuality or DiagnosticFlag:
9494
* - DiagnosticQuality = enum { Good = 1, Poor = 2, Bad = 3 }.
9595
* - DiagnosticFlag = true | false.

0 commit comments

Comments
 (0)