Skip to content

Commit f360fd7

Browse files
committed
Address Acrolinx comments
1 parent cae8937 commit f360fd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/communication-services/resources/troubleshooting/voice-video-calling/references/how-to-collect-client-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ If that is the case, you have to set a limit on the log size.
4343
Not setting a limit might cause memory issues on long running calls.
4444

4545
Additionally, if you send logs to a remote service, consider mechanisms such as compression and scheduling.
46-
If there's limited bandwidth, sending a large amount of log data in a short period of time can affect call quality.
46+
If the client has insufficient bandwidth, sending a large amount of log data in a short period of time can affect call quality.

articles/communication-services/resources/troubleshooting/voice-video-calling/references/ufd/network-relays-not-reachable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ call.feature(Features.UserFacingDiagnostics).network.on('diagnosticChanged', (di
3737
```
3838
## How to mitigate or resolve
3939
Your application should subscribe to events from the User Facing Diagnostics.
40-
Display a message on your user interface to inform users of network quality issues.
40+
Display a message on your user interface and inform users of network setup issues.
4141

4242
Users should follow the *Firewall Configuration* guideline mentioned in the [Network recommendations](../../../../../concepts/voice-video-calling/network-requirements.md) document. It's also recommended that the user also checks their Network address translation (NAT) settings or whether their firewall policy blocks User Datagram Protocol (UDP) packets.
4343

0 commit comments

Comments
 (0)