Skip to content

Commit 707a275

Browse files
authored
Update 6
1 parent 7978909 commit 707a275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ userFacingDiagnostics.remote.on('diagnosticChanged', remoteDiagnosticChangedList
152152
remoteUfdsFeature.startSendingDiagnostics();
153153
// Stop sending local UFDs to remote clients.
154154
remoteUfdsFeature.stopSendingDiagnostics();
155-
155+
```
156156

157157

158158
## Raise the latest User Facing Diagnostics fired off
@@ -193,4 +193,4 @@ console.log(
193193
`microphoneNotFunctioning: ${latestMediaDiagnostics.microphoneNotFunctioning.value}, ` +
194194
`value type = ${latestMediaDiagnostics.microphoneNotFunctioning.valueType}`
195195
);
196-
196+
```

0 commit comments

Comments
 (0)