Skip to content

Commit 48e1f6c

Browse files
authored
Update user-facing-diagnostics-web.md
1 parent 4d5767d commit 48e1f6c

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
@@ -209,9 +209,9 @@ To transmit remote UFDs to all participants on a call, you need to enable the fu
209209

210210
```js
211211
// Start the local client to send its local UFD to all remote participants (send local UFD to remote clients).
212-
remoteUfdsFeature.startSendingDiagnostics();
212+
userFacingDiagnostics.remote.startSendingDiagnostics();
213213
// Stop sending local UFDs to remote clients.
214-
remoteUfdsFeature.stopSendingDiagnostics();
214+
userFacingDiagnostics.remote.stopSendingDiagnostics();
215215
```
216216

217217
For the code sample below, `RemoteParticipantDiagnosticsData` has the following data associated with it:

0 commit comments

Comments
 (0)